Skip to content

Commit 8b2fc22

Browse files
committed
Add legacy-cgi dependency for Python 3.13+
1 parent f2bdd83 commit 8b2fc22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
packages=find_packages('src', exclude=['tests']),
5353
package_dir={'': 'src'},
5454
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*',
55+
install_requires=[
56+
"legacy-cgi>=2.6; python_version>='3.13'",
57+
],
5558
zip_safe=True,
5659
extras_require={
5760
'testing': testing_extras,

0 commit comments

Comments
 (0)