Skip to content

Commit 48fa15f

Browse files
authored
Merge branch 'main' into libbrotli-1.2.0
2 parents 1e2f113 + 8063947 commit 48fa15f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,12 @@ def finalize_options(self):
9393
author_email="[email protected]",
9494

9595
setup_requires=[
96-
"cffi>=1.0.0",
96+
"cffi>=1.0.0; python_version<'3.13'",
97+
"cffi>=1.17.0; python_version>='3.13'",
9798
],
9899
install_requires=[
99-
"cffi>=1.0.0",
100+
"cffi>=1.0.0; python_version<'3.13'",
101+
"cffi>=1.17.0; python_version>='3.13'",
100102
],
101103
python_requires=">=3.8",
102104
cffi_modules=["src/brotlicffi/_build.py:ffi"],

0 commit comments

Comments
 (0)