Skip to content

Commit

Permalink
Add support for Python 3.8 and 3.9 in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlak committed Jan 9, 2021
1 parent 8de43ea commit 8e93d53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,7 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
)

0 comments on commit 8e93d53

Please sign in to comment.