Skip to content

Commit

Permalink
Use >= instead of == for cffi
Browse files Browse the repository at this point in the history
  • Loading branch information
ezio-melotti authored Jun 30, 2024
1 parent 9b85585 commit 02f0dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
"gidgethub",
"requests",
# the cffi dep is needed for 3.13, but only a compatible rc is available
"cffi==v1.17.0rc1", # remove this once v1.17.0 is out
"cffi>=v1.17.0rc1", # remove this once v1.17.0 is out
'tomli>=1.1; python_version < "3.11"',
]
[project.optional-dependencies]
Expand Down

0 comments on commit 02f0dee

Please sign in to comment.