Skip to content

Commit

Permalink
Added python 3.9 and 3.10 to the tox configuration.
Browse files Browse the repository at this point in the history
Mark python 3.9 and 3.10 as supported versions..
  • Loading branch information
Zagrebelin committed May 5, 2022
1 parent d9cbf37 commit da6ac57
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ def get_version(*file_paths):
'Framework :: Django :: 1.10',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Framework :: Django :: 3.0',
'Framework :: Django :: 4.0',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Natural Language :: English',
Expand All @@ -75,5 +77,7 @@ def get_version(*file_paths):
'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',
],
)
12 changes: 6 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tox]
envlist =
; py{33,34,35}-django18
py{34,35,36,37}-django111
py{34,35,36,37}-django20
py{35,36,37}-django21
py{35,36,37,38}-django22
py{36,37,38}-django30
py{36,37,38}-django40
py{34,35,36,37,39,310}-django111
py{34,35,36,37,39,310}-django20
py{35,36,37,39,310}-django21
py{35,36,37,38,39,310}-django22
py{36,37,38,39,310}-django30
py{36,37,38,39,310}-django40


[testenv]
Expand Down

0 comments on commit da6ac57

Please sign in to comment.