diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4f446f0..46006ad 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -143,7 +143,6 @@ jobs: # 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 echo "cffi @ git+https://github.com/python-cffi/cffi.git@954cab4f889fb019a7f90df153ee1be501495f58" > cffi_constraint.txt - echo $PWD/cffi_constraint.txt PIP_CONSTRAINT=$PWD/cffi_constraint.txt pip install cffi # twine has no release for 3.13, yet, see https://github.com/pypa/twine/issues/1030 pip install -U "git+https://github.com/pypa/twine.git#egg=twine" @@ -202,6 +201,7 @@ jobs: echo "cffi @ git+https://github.com/python-cffi/cffi.git@954cab4f889fb019a7f90df153ee1be501495f58" > cffi_constraint.txt # Use "--pre" here because dependencies with support for this future # Python release may only be available as pre-releases + echo $PWD/cffi_constraint.txt PIP_CONSTRAINT=$PWD/cffi_constraint.txt pip install --pre .[test] - name: Install zope.security and dependencies if: matrix.python-version != '3.13.0-alpha - 3.13.0'