Skip to content

Commit

Permalink
smoke test cryptography with CFFI 1.16.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
nitzmahone committed Sep 26, 2023
1 parent f157db5 commit f24a25c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ requires = [
"setuptools>=61.0.0",
"wheel",
# Must be kept in sync with `project.dependencies`
"cffi>=1.12; platform_python_implementation != 'PyPy'",
"cffi==1.16.0rc1; platform_python_implementation != 'PyPy' and python_version > 3.7",
"cffi>=1.12; platform_python_implementation != 'PyPy' and python_version <= 3.7",
"setuptools-rust>=1.7.0",
]
build-backend = "setuptools.build_meta"
Expand Down Expand Up @@ -46,7 +47,8 @@ classifiers = [
requires-python = ">=3.7"
dependencies = [
# Must be kept in sync with `build-system.requires`
"cffi >=1.12",
"cffi==1.16.0rc1; python_version > 3.7",
"cffi>=1.12; python_version <= 3.7",
]

[project.urls]
Expand Down Expand Up @@ -158,4 +160,4 @@ git-only = [
"ci-constraints-requirements.txt",
".gitattributes",
".gitignore",
]
]

0 comments on commit f24a25c

Please sign in to comment.