Skip to content

Commit

Permalink
Add Python 3.10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneier committed Oct 17, 2021
1 parent 052471d commit 4710cd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10

[options]
zip_safe=False
Expand Down
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ envlist =
py{3.5,3.6,3.7,3.8,3.9}-django2.2
py{3.6,3.7,3.8,3.9}-django3.0
py{3.6,3.7,3.8,3.9}-django3.1
py{3.6,3.7,3.8,3.9}-django3.2
py{3.6,3.7,3.8,3.9}-djangomain
integration
py{3.6,3.7,3.8,3.9,3.10}-django3.2
py{3.6,3.7,3.8,3.9,3.10}-djangomain
flake8

[testenv]
Expand Down

0 comments on commit 4710cd0

Please sign in to comment.