Skip to content

Commit

Permalink
Loosen version constraints.
Browse files Browse the repository at this point in the history
  • Loading branch information
luhn committed Oct 10, 2024
1 parent 2d4905c commit c3e3b5b
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 @@ -54,7 +54,7 @@
package_dir={"": "src"},
python_requires=">=3.8",
install_requires=[
"legacy-cgi~=2.6; python_version >= '3.13'",
"legacy-cgi>=2.6; python_version>='3.13'",
],
zip_safe=True,
extras_require={"testing": testing_extras, "docs": docs_extras},
Expand Down

0 comments on commit c3e3b5b

Please sign in to comment.