Skip to content

Commit

Permalink
require 1.17.0rc1 for 3.13+
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Jul 30, 2024
1 parent af7764c commit b86ca6a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,12 @@ def finalize_options(self):
author_email="[email protected]",

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

0 comments on commit b86ca6a

Please sign in to comment.