From: Federico Caselli Date: Thu, 25 Aug 2022 18:46:46 +0000 (+0200) Subject: run github pipeline on python 3.11 X-Git-Tag: rel_2_0_0b1~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c7ab1f808b20fe5e58d83a738b201a7eaa8973f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git run github pipeline on python 3.11 Change-Id: Id1f13e71b803ead2cebfcca02720ab3d6504f57c --- diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index 035b22017a..42791dabdc 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -34,6 +34,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" @@ -97,6 +98,7 @@ jobs: - cp38-cp38 - cp39-cp39 - cp310-cp310 + - cp311-cp311 build-type: - "cext" - "nocext" @@ -135,6 +137,7 @@ jobs: python-version: - "3.9" - "3.10" + - "3.11.0-rc - 3.11" fail-fast: false @@ -201,6 +204,7 @@ jobs: - "ubuntu-latest" python-version: - "3.10" + - "3.11.0-rc - 3.11" fail-fast: false