From db81a53a8fcfa8d91a93b87bd5609dd943cc42db Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Wed, 29 May 2024 21:05:25 +0200 Subject: [PATCH] - fix installation order for cffi --- .github/workflows/tests.yml | 6 +++--- .meta.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 706fa51..c23686b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -152,8 +152,8 @@ jobs: if: matrix.python-version == '3.13' run: | pip install -U pip + pip install -U --pre cffi pip install -U "setuptools<69" wheel twine - pip install --pre cffi - name: Install Build Dependencies if: matrix.python-version != '3.13' run: | @@ -318,11 +318,11 @@ jobs: with: name: AccessControl-${{ runner.os }}-${{ matrix.python-version }}.whl path: dist/ - - name: Install AccessControl 3.13 ${{ matrix.python-version }} + - name: Install AccessControl ${{ matrix.python-version }} if: matrix.python-version == '3.13' run: | + pip install -U --pre cffi pip install -U wheel "setuptools<69" - pip install --pre cffi # coverage might have a wheel on PyPI for a future python version which is # not ABI compatible with the current one, so build it from sdist: pip install -U --no-binary :all: coverage diff --git a/.meta.toml b/.meta.toml index 2114bed..54ba14c 100644 --- a/.meta.toml +++ b/.meta.toml @@ -2,7 +2,7 @@ # https://github.com/zopefoundation/meta/tree/master/config/c-code [meta] template = "c-code" -commit-id = "9f78efd3" +commit-id = "13719585" [python] with-appveyor = false