]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
run github pipeline on python 3.11
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 25 Aug 2022 18:05:16 +0000 (14:05 -0400)
committerFederico Caselli <cfederico87@gmail.com>
Mon, 29 Aug 2022 19:51:49 +0000 (21:51 +0200)
Change-Id: I555c1e16c5347e67da4c70414b4677b2d3afebd5

.github/workflows/create-wheels.yaml
.github/workflows/run-test.yaml

index 6dbfcfa8dc7ee2be8b10ddf1b660fa46dfa87c04..06999b60608ad9e318d31d66cbd8248e1414e520 100644 (file)
@@ -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
 
index 36dfce250d209f387420262daec585c78d680f40..fd77e3987ff7ec4e34cb1997710eb0747938eea3 100644 (file)
@@ -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