Skip to content

Commit

Permalink
Depend on 1.17.0rc1 for 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jul 25, 2024
1 parent 445817d commit a0e305c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ classifiers = [
"Topic :: Security",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = ["cffi>=1.0.1"]
dependencies = [
"cffi>=1.0.1",
'cffi>=1.17.0rc1 ; python_version >= "3.13"'
]

[project.optional-dependencies]
tests = ["pytest"]
Expand Down

0 comments on commit a0e305c

Please sign in to comment.