Skip to content

Commit

Permalink
update python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
c17r committed Feb 23, 2021
1 parent 54e6697 commit 58557ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ class TestUploadCommand(UploadCommand):
# Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy'
],
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
tox_pyenv_fallback = False

[testenv]
Expand Down

0 comments on commit 58557ea

Please sign in to comment.