Skip to content

Commit

Permalink
fix: allowed python versions (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorpeJosh authored Dec 13, 2023
1 parent 86bb1a8 commit ac252a3
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 @@ -30,7 +30,7 @@
include_package_data=True,
install_requires=REQUIREMENTS,
extras_require=DEV_REQUIREMENTS,
python_requires=">=3.8, <=3.12",
python_requires=">=3.8, <3.13",
classifiers=[
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
Expand Down

0 comments on commit ac252a3

Please sign in to comment.