Skip to content

Commit

Permalink
Update setup.py classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasb committed Mar 10, 2023
1 parent 3669fba commit ab8fcd4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,11 @@
classifiers=[
'Intended Audience :: Developers',
'Development Status :: 4 - Beta',
"Programming Language :: Python :: 2",
'Programming Language :: Python :: 2.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',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],
test_suite='tests',
)

0 comments on commit ab8fcd4

Please sign in to comment.