Skip to content

Commit 8bcf071

Browse files
committed
require 1.17.0rc1 for 3.13+
1 parent af7764c commit 8bcf071

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

+4-2
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.0rc1; 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.0rc1; python_version>='3.13',
100102
],
101103
python_requires=">=3.7",
102104
cffi_modules=["src/brotlicffi/_build.py:ffi"],

0 commit comments

Comments
 (0)