Skip to content

Commit

Permalink
Added 3.12 classifier with python_requires for 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbraza committed Oct 25, 2023
1 parent 565c17f commit 3c58341
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ def get_long_description(file_name):
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11'
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12'
],
python_requires=">=3.7",
install_requires=['requests', 'typing_extensions'],
extras_require={
'with_progress_bars': ['tqdm'],
Expand Down

0 comments on commit 3c58341

Please sign in to comment.