Skip to content

Commit 457ca6e

Browse files
authored
Use prerelease version of cffi for Python 3.13 tests (#12776)
1 parent e6ee692 commit 457ca6e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

news/12776.trivial.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Use prerelease version of CFFI for Python 3.13 testing

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cffi @ https://github.com/python-cffi/cffi/archive/refs/heads/main.zip ; python_version > "3.12" # Temporary workaround for Python 3.13 until next CFFI release
1+
cffi >= 1.17.0rc1 ; python_version > "3.12" # Temporary workaround for Python 3.13 until final CFFI release
22
cryptography
33
freezegun
44
installer

0 commit comments

Comments
 (0)