Skip to content

Commit

Permalink
Merge pull request #276 from rennerocha/spidermon-py39
Browse files Browse the repository at this point in the history
chore: Add Python 3.9 official support
  • Loading branch information
rennerocha authored Oct 15, 2020
2 parents 80dfe75 + 7ed03f0 commit ef6d632
Show file tree
Hide file tree
Showing 3 changed files with 3 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 3.6, Python 3.7 or Python 3.8
* Python 3.6, Python 3.7, Python 3.8 or Python 3.9

Install
=======
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Internet :: WWW/HTTP",
"Topic :: System :: Monitoring",
],
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 = py36,py37,py38
envlist = py36,py37,py38,py39
skip_missing_interpreters = True

[testenv]
Expand Down

0 comments on commit ef6d632

Please sign in to comment.