Skip to content

Commit

Permalink
Merge pull request #534 from jnozsc/py38
Browse files Browse the repository at this point in the history
add python 3.8 to files
  • Loading branch information
hhatto committed Apr 8, 2020
2 parents 6938130 + b2996a4 commit 5ccefcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -47,6 +47,7 @@ def version():
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Quality Assurance',
],
Expand Down
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
skip_missing_interpreters=True

[testenv]
Expand Down

0 comments on commit 5ccefcf

Please sign in to comment.