From abb986d4175a28814273188a109b2e57589842fc Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Fri, 26 Jan 2024 08:25:15 +0100 Subject: [PATCH] Here we also need an unreleased cffi --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cf4c17f..fcb4717 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -194,6 +194,9 @@ jobs: if: matrix.python-version == '3.13.0-alpha - 3.13.0' run: | # Install to collect dependencies into the (pip) cache. + # cffi will probably have no public release until a Python 3.13 beta + # or even RC release, see https://github.com/python-cffi/cffi/issues/23 + pip install -U "cffi @ https://github.com/python-cffi/cffi/archive/refs/heads/main.zip" # Use "--pre" here because dependencies with support for this future # Python release may only be available as pre-releases pip install --pre .[test]