Skip to content

Commit afdbbcc

Browse files
committed
Loosen version constraints.
1 parent 0ab3c38 commit afdbbcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
package_dir={"": "src"},
5555
python_requires=">=3.8",
5656
install_requires=[
57-
"legacy-cgi~=2.6; python_version >= '3.13'",
57+
"legacy-cgi>=2.6; python_version>='3.13'",
5858
],
5959
zip_safe=True,
6060
extras_require={"testing": testing_extras, "docs": docs_extras},

0 commit comments

Comments
 (0)