Skip to content

Commit dedfbc0

Browse files
committed
use cffi 1.17.0rc1
1 parent 641f20a commit dedfbc0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ legacy_tox_ini = """
7575
[testenv]
7676
package = wheel
7777
wheel_build_env = .pkg
78-
deps = httpbin @ https://github.com/graingert/httpbin/archive/refs/heads/patch-1.zip
78+
deps =
79+
httpbin @ https://github.com/graingert/httpbin/archive/refs/heads/patch-1.zip
80+
cffi >= 1.17.0rc1
7981
extras = test
8082
commands = pytest -v -s {posargs}
8183
install_command = python -I -m pip install --use-pep517 {opts} {packages}

0 commit comments

Comments
 (0)