]> 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:44:55 +0000 (20:44 +0200)
Change-Id: I3b80b836ca547fa92f324acb265180cdeea17611

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

index 8c2d7ee604021a9a5a4045b463bf052f16cdd525..ecf17e9900e6e90aba7c1140bed944c82357e0f1 100644 (file)
@@ -28,6 +28,7 @@ jobs:
           - "3.6"
           - "3.7"
           - "3.8"
+          - "3.9"
         architecture:
           - x64
           - x86
@@ -149,6 +150,7 @@ jobs:
           - cp36-cp36m
           - cp37-cp37m
           - cp38-cp38
+          - cp39-cp39
         architecture:
           - x64
 
@@ -298,6 +300,7 @@ jobs:
           - cp36-cp36m
           - cp37-cp37m
           - cp38-cp38
+          - cp39-cp39
 
       fail-fast: false
 
index ad9c196e523689df4a748be5909b71abd6c050a6..8a7c582a4bb2deb080ce3e6c95719fbaf8ea00c7 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 79f2a60860e51a89d6c04d476c6fce2d47bc6c55..a8b0af4b6aa4e3b4cf879c9f894bd351b40d79a7 100644 (file)
@@ -33,6 +33,7 @@ jobs:
           - "3.6"
           - "3.7"
           - "3.8"
+          - "3.9"
           - "pypy3"
         build-type:
           - "cext"
@@ -98,6 +99,7 @@ jobs:
           - cp36-cp36m
           - cp37-cp37m
           - cp38-cp38
+          - cp39-cp39
         build-type:
           - "cext"
           - "nocext"
index cb8e6930ed7a6d36ba029f747ef2fc8b49484e5e..4fefdd4d52f3b22e4c4eb0827ad17b1f9ae67426 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -25,6 +25,7 @@ classifiers =
     Programming Language :: Python :: 3.6
     Programming Language :: Python :: 3.7
     Programming Language :: Python :: 3.8
+    Programming Language :: Python :: 3.9
     Programming Language :: Python :: Implementation :: CPython
     Programming Language :: Python :: Implementation :: PyPy
     Topic :: Database :: Front-Ends