]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add python 3.9 to ci test and wheel workflow
authorFederico Caselli <cfederico87@gmail.com>
Thu, 8 Oct 2020 18:34:02 +0000 (20:34 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 8 Oct 2020 18:47:03 +0000 (20:47 +0200)
Change-Id: I3b80b836ca547fa92f324acb265180cdeea17611
(cherry picked from commit 21e327690558639b0eead6c1abf0019039a02d3b)

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

index fe2d38b4cf7e8074eb211d8ab9f130c985d7c4bb..18c4ee2bc717962efe6c49fba5cd115a9e5f0afc 100644 (file)
@@ -28,6 +28,7 @@ jobs:
           - "3.6"
           - "3.7"
           - "3.8"
+          - "3.9"
         architecture:
           - x64
           - x86
@@ -148,6 +149,7 @@ jobs:
           - cp36-cp36m
           - cp37-cp37m
           - cp38-cp38
+          - cp39-cp39
         architecture:
           - x64
 
@@ -296,6 +298,7 @@ jobs:
           - cp36-cp36m
           - cp37-cp37m
           - cp38-cp38
+          - cp39-cp39
 
       fail-fast: false
 
index 52b238dabd7a848df788ba9770fe74cce5b6d14f..ea5747a0a6053feede031850644d077babb5fdce 100644 (file)
@@ -23,7 +23,7 @@ jobs:
         os:
           - "ubuntu-latest"
         python-version:
-          - "3.8"
+          - "3.9"
         build-type:
           - "cext"
           - "nocext"
@@ -59,7 +59,7 @@ jobs:
   #   strategy:
   #     matrix:
   #       python-version:
-  #         - "3.8"
+  #         - "3.9"
   #       build-type:
   #         - "cext"
   #         - "nocext"
index 89fc24b42a0b9367158dea0a1a72ab75621550ca..cbb50ce446fc28f26d2a417dee846c050aca342a 100644 (file)
@@ -33,6 +33,7 @@ jobs:
           - "3.6"
           - "3.7"
           - "3.8"
+          - "3.9"
         build-type:
           - "cext"
           - "nocext"
@@ -98,6 +99,7 @@ jobs:
           - cp36-cp36m
           - cp37-cp37m
           - cp38-cp38
+          - cp39-cp39
         build-type:
           - "cext"
           - "nocext"