Skip to content

Commit

Permalink
Update trove classifiers.
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Jul 15, 2022
1 parent 390925d commit 499af46
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
],
},
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
Expand All @@ -39,6 +38,10 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Topic :: Software Development :: Libraries :: Python Modules',
],
test_suite='runtests.collect_tests',
entry_points={
Expand Down

0 comments on commit 499af46

Please sign in to comment.