Skip to content

Commit

Permalink
Add python 3.7 and 3.8 and 3.9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Digenis committed Apr 11, 2021
1 parent 59abeb4 commit 6a68aa7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"

before_install:
- pip install -U pip wheel setuptools
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
'Programming Language :: Python :: 3',
'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',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 6a68aa7

Please sign in to comment.