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 af7764c commit b86ca6aCopy full SHA for b86ca6a
setup.py
@@ -93,10 +93,12 @@ def finalize_options(self):
93
author_email="cory@lukasa.co.uk",
94
95
setup_requires=[
96
- "cffi>=1.0.0",
+ "cffi>=1.0.0; python_version<'3.13'",
97
+ "cffi>=1.17.0rc1; python_version>='3.13'",
98
],
99
install_requires=[
100
101
102
103
python_requires=">=3.7",
104
cffi_modules=["src/brotlicffi/_build.py:ffi"],
0 commit comments