diff --git a/news/12776.trivial.rst b/news/12776.trivial.rst new file mode 100644 index 00000000000..87d2f8e7975 --- /dev/null +++ b/news/12776.trivial.rst @@ -0,0 +1 @@ +Use prerelease version of CFFI for Python 3.13 testing diff --git a/tests/requirements.txt b/tests/requirements.txt index 8eb02d6ca5b..5c3ef4188f7 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ -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 +cffi >= 1.17.0rc1 ; python_version > "3.12" # Temporary workaround for Python 3.13 until final CFFI release cryptography freezegun installer