Skip to content

Commit

Permalink
Update python version classifiers (#6933)
Browse files Browse the repository at this point in the history
Update python version classifiers in setup.py to reflect python versions
currently supported.
  • Loading branch information
loadams authored Jan 8, 2025
1 parent c41b0c2 commit 6628127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,9 @@ def op_enabled(op_name):
include_package_data=True,
scripts=scripts,
classifiers=[
'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.10', 'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12'
],
license='Apache Software License 2.0',
ext_modules=ext_modules,
Expand Down

0 comments on commit 6628127

Please sign in to comment.