Skip to content

Commit

Permalink
Add python 3.9 to setup.py and tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
i-trofimtschuk committed Nov 25, 2020
1 parent 9c03d67 commit d396338
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ def get_long_description():
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
]
)
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py36,py37,py38,flake8
envlist = py36,py37,py38,py39,flake8

[testenv]
deps = -rrequirements.txt
Expand Down Expand Up @@ -33,3 +33,4 @@ python =
3.6: py36,flake8
3.7: py37
3.8: py38
3.9: py39

0 comments on commit d396338

Please sign in to comment.