Skip to content

Commit dcb9012

Browse files
authored
switch to release versions of cffi
1 parent b86ca6a commit dcb9012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ def finalize_options(self):
9494

9595
setup_requires=[
9696
"cffi>=1.0.0; python_version<'3.13'",
97-
"cffi>=1.17.0rc1; python_version>='3.13'",
97+
"cffi>=1.17.0; python_version>='3.13'",
9898
],
9999
install_requires=[
100100
"cffi>=1.0.0; python_version<'3.13'",
101-
"cffi>=1.17.0rc1; python_version>='3.13'",
101+
"cffi>=1.17.0; python_version>='3.13'",
102102
],
103103
python_requires=">=3.7",
104104
cffi_modules=["src/brotlicffi/_build.py:ffi"],

0 commit comments

Comments
 (0)