From: Mike Bayer Date: Thu, 25 Aug 2022 18:05:16 +0000 (-0400) Subject: run github pipeline on python 3.11 X-Git-Tag: rel_1_4_41~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63c992b5668b3f2dd9e178cf0ad43c69174e9da0;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git run github pipeline on python 3.11 Change-Id: I555c1e16c5347e67da4c70414b4677b2d3afebd5 --- diff --git a/.github/workflows/create-wheels.yaml b/.github/workflows/create-wheels.yaml index 6dbfcfa8dc..06999b6060 100644 --- a/.github/workflows/create-wheels.yaml +++ b/.github/workflows/create-wheels.yaml @@ -29,6 +29,7 @@ jobs: - "3.8" - "3.9" - "3.10" + - "3.11.0-rc - 3.11" architecture: - x64 - x86 @@ -137,6 +138,7 @@ jobs: - cp38-cp38 - cp39-cp39 - cp310-cp310 + - cp311-cp311 architecture: - x64 @@ -291,6 +293,7 @@ jobs: - cp38-cp38 - cp39-cp39 - cp310-cp310 + - cp311-cp311 fail-fast: false diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index 36dfce250d..fd77e3987f 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -37,6 +37,7 @@ jobs: - "3.8" - "3.9" - "3.10" + - "3.11.0-rc - 3.11" # waiting on https://foss.heptapod.net/pypy/pypy/-/issues/3690 # which also seems to be in 3.9 # - "pypy-3.9" @@ -105,6 +106,7 @@ jobs: - cp38-cp38 - cp39-cp39 - cp310-cp310 + - cp311-cp311 build-type: - "cext" - "nocext" @@ -146,7 +148,7 @@ jobs: - "3.8" - "3.9" - "3.10" - + - "3.11.0-rc - 3.11" fail-fast: false # steps to run in each job. Some are github actions, others run shell commands @@ -178,7 +180,7 @@ jobs: os: - "ubuntu-latest" python-version: - - "3.9" + - "3.10" fail-fast: false