Skip to content

Commit

Permalink
feat: add support for additional python versions
Browse files Browse the repository at this point in the history
Update classifiers to indicate support for newer Python versions (3.8 and 3.9)
and update tests accordingly.

Signed-off-by: Roald Nefs <info@roaldnefs.com>
  • Loading branch information
roaldnefs committed Mar 12, 2021
1 parent b5191d9 commit 1236072
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -42,6 +42,8 @@
'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',
'Topic :: Software Development :: Build Tools',
],
)
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py34, py35, py36, py37
envlist = py27, py34, py35, py36, py37, py38, py39
[testenv]
deps = -rdev-requirements.txt
commands = nosetests

0 comments on commit 1236072

Please sign in to comment.