]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
run github pipeline on python 3.11
authorFederico Caselli <cfederico87@gmail.com>
Thu, 25 Aug 2022 18:46:46 +0000 (20:46 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 25 Aug 2022 18:51:44 +0000 (20:51 +0200)
Change-Id: Id1f13e71b803ead2cebfcca02720ab3d6504f57c

.github/workflows/run-test.yaml

index 035b22017a487663dd42539e521506869a4596b9..42791dabdcc30b152afbec28d473efed97588178 100644 (file)
@@ -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