From a32803f37532516a14300d318fce980378be8730 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Tue, 7 Jun 2022 08:04:25 +0200 Subject: [PATCH] Update to 3.11.0b3 --- .github/workflows/tests.yml | 6 +++--- .manylinux-install.sh | 4 ++-- .meta.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 34b0ceb..6def3d4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -104,7 +104,7 @@ jobs: - "3.8" - "3.9" - "3.10" - - "3.11.0-beta.1" + - "3.11.0-beta.3" os: [ubuntu-20.04, macos-latest] exclude: - os: macos-latest @@ -173,7 +173,7 @@ jobs: && startsWith(github.ref, 'refs/tags') && startsWith(runner.os, 'Mac') && !startsWith(matrix.python-version, 'pypy') - && !startsWith(matrix.python-version, '3.11.0-beta.1') + && !startsWith(matrix.python-version, '3.11.0-beta.3') env: TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }} run: | @@ -195,7 +195,7 @@ jobs: - "3.8" - "3.9" - "3.10" - - "3.11.0-beta.1" + - "3.11.0-beta.3" os: [ubuntu-20.04, macos-latest] exclude: - os: macos-latest diff --git a/.manylinux-install.sh b/.manylinux-install.sh index 31d3ff5..ba48958 100755 --- a/.manylinux-install.sh +++ b/.manylinux-install.sh @@ -37,8 +37,8 @@ for PYBIN in /opt/python/*/bin; do [[ "${PYBIN}" == *"cp38"* ]] || \ [[ "${PYBIN}" == *"cp39"* ]] || \ [[ "${PYBIN}" == *"cp310"* ]] ; then - "${PYBIN}/pip" install -e /io/ - "${PYBIN}/pip" wheel /io/ -w wheelhouse/ + "${PYBIN}/pip" install --pre -e /io/ + "${PYBIN}/pip" wheel /io/ --pre -w wheelhouse/ if [ `uname -m` == 'aarch64' ]; then cd /io/ "${PYBIN}/pip" install tox diff --git a/.meta.toml b/.meta.toml index 737370a..ef42ee8 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 = "7d38d3a0ac23340edbad1b7ab28a76a3953e7376" +commit-id = "7776aaec4ca1db00c31a40ba094db9641f1eedd8" [python] with-appveyor = true