Skip to content

Commit

Permalink
Update supported py versions in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jul 28, 2022
1 parent 9425f0e commit 9b44ee9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],


Expand Down

0 comments on commit 9b44ee9

Please sign in to comment.