Skip to content

Commit

Permalink
switch to release versions of cffi
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored Aug 8, 2024
1 parent b86ca6a commit dcb9012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ def finalize_options(self):

setup_requires=[
"cffi>=1.0.0; python_version<'3.13'",
"cffi>=1.17.0rc1; python_version>='3.13'",
"cffi>=1.17.0; python_version>='3.13'",
],
install_requires=[
"cffi>=1.0.0; python_version<'3.13'",
"cffi>=1.17.0rc1; python_version>='3.13'",
"cffi>=1.17.0; python_version>='3.13'",
],
python_requires=">=3.7",
cffi_modules=["src/brotlicffi/_build.py:ffi"],
Expand Down

0 comments on commit dcb9012

Please sign in to comment.