Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Aug 1, 2024
1 parent e3d3448 commit b6f87ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ requires = [
"setuptools_scm[toml]>=6.2",
"wheel",
"cffi>=1.0.1",
"cffi>=1.17.0rc1; python_version >= '3.13'",
]
build-backend = "setuptools.build_meta"

Expand Down Expand Up @@ -41,8 +42,8 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
'cffi>=1.0.1 ; python_version < "3.13"',
'cffi>=1.17.0rc1 ; python_version >= "3.13"'
"cffi>=1.0.1",
"cffi>=1.17.0rc1; python_version >= '3.13'",
]

[project.optional-dependencies]
Expand Down

0 comments on commit b6f87ce

Please sign in to comment.