Skip to content

Commit

Permalink
fix supported python
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarshak committed Feb 9, 2024
1 parent c630f0a commit d80c708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
'License :: OSI Approved :: Apache Software License',
'Natural Language :: English',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],

python_requires='>=3.8',
Expand Down

0 comments on commit d80c708

Please sign in to comment.