Skip to content

Commit

Permalink
Fix incorrect python_requires spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter committed Dec 23, 2024
1 parent 798f1bc commit 21d0df4
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 @@ -21,7 +21,7 @@
include_package_data=True, # declarations in MANIFEST.in
install_requires=["Django>=4.2"],
extras_require={"tablib": ["tablib"]},
python_requires=">=3.9,=<3.12",
python_requires=">=3.9,<=3.12",
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
Expand Down

0 comments on commit 21d0df4

Please sign in to comment.