Skip to content

Commit

Permalink
Add 3.10 to tox.ini and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Dec 10, 2021
1 parent 1cb3fa2 commit 16ca0c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ def get_version(package):
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Internet :: WWW/HTTP',
],
Expand Down
7 changes: 5 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
envlist =
{py35,py36,py37}-django22,
{py36,py37,py38,py39}-django31,
{py36,py37,py38,py39}-django32,
{py38,py39}-{django40,djangomain},
{py36,py37,py38,py39,py310}-django32,
{py38,py39,py310}-{django40,djangomain},
base,dist,docs,

[travis:env]
Expand Down Expand Up @@ -54,3 +54,6 @@ ignore_outcome = true

[testenv:py39-djangomain]
ignore_outcome = true

[testenv:py310-djangomain]
ignore_outcome = true

0 comments on commit 16ca0c2

Please sign in to comment.