Skip to content

Commit

Permalink
Tox conf for python3.12 and docs references (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
VMRuiz committed May 7, 2024
1 parent 3ae805b commit a2524ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Spidermon is an extension for Scrapy spiders. The package provides useful tools
Requirements
============

* Python Version: 3.8, 3.9, 3.10 or 3.11
* Python Version: 3.8, 3.9, 3.10, 3.11 or 3.12

Install
=======
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = min,py39,py310,py311
envlist = min,py39,py310,py311,py312
skip_missing_interpreters = True

[testenv]
Expand Down

0 comments on commit a2524ed

Please sign in to comment.