Skip to content

Commit

Permalink
Add python_requires to setup.py (#982)
Browse files Browse the repository at this point in the history
Fixes: #980
  • Loading branch information
jieter authored Dec 23, 2024
1 parent 591afdf commit fc1f7a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +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",
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
Expand Down

0 comments on commit fc1f7a1

Please sign in to comment.