Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Updated classifiers with currently supported python 3 versions,
  • Loading branch information
havocesp authored Jun 3, 2023
1 parent 7f9ae15 commit 6dad362
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@
classifiers = [
'Development Status :: 5 - Production',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
]

setup(
Expand Down

0 comments on commit 6dad362

Please sign in to comment.