We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab3c38 commit afdbbccCopy full SHA for afdbbcc
setup.py
@@ -54,7 +54,7 @@
54
package_dir={"": "src"},
55
python_requires=">=3.8",
56
install_requires=[
57
- "legacy-cgi~=2.6; python_version >= '3.13'",
+ "legacy-cgi>=2.6; python_version>='3.13'",
58
],
59
zip_safe=True,
60
extras_require={"testing": testing_extras, "docs": docs_extras},
0 commit comments