]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add support for Python 3.10
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Mon, 11 Oct 2021 17:15:57 +0000 (20:15 +0300)
committerHugo van Kemenade <hugovk@users.noreply.github.com>
Mon, 11 Oct 2021 17:15:57 +0000 (20:15 +0300)
.github/workflows/create-wheels.yaml
.github/workflows/run-on-pr.yaml
.github/workflows/run-test.yaml
setup.cfg

index fa7c0352e5dc06d70985a666ff68b1e492c87c0d..a5d3b1525f1c7484237c7527c6ddd70100975757 100644 (file)
@@ -28,6 +28,7 @@ jobs:
           - "3.7"
           - "3.8"
           - "3.9"
+          - "3.10"
         architecture:
           - x64
           - x86
@@ -135,6 +136,7 @@ jobs:
           - cp37-cp37m
           - cp38-cp38
           - cp39-cp39
+          - cp310-cp310
         architecture:
           - x64
 
@@ -288,6 +290,7 @@ jobs:
           - cp37-cp37m
           - cp38-cp38
           - cp39-cp39
+          - cp310-cp310
 
       fail-fast: false
 
index afa2066666612dc9bdabd37be688534e7449128a..e53859453444ef804d19ae9632f4d6631b08f444 100644 (file)
@@ -23,7 +23,7 @@ jobs:
           - "ubuntu-latest"
         python-version:
           - "2.7"
-          - "3.9"
+          - "3.10"
         build-type:
           - "cext"
           - "nocext"
@@ -61,7 +61,7 @@ jobs:
         os:
           - "ubuntu-latest"
         python-version:
-          - "3.9"
+          - "3.10"
 
       fail-fast: false
 
@@ -94,7 +94,7 @@ jobs:
         os:
           - "ubuntu-latest"
         python-version:
-          - "3.9"
+          - "3.10"
 
       fail-fast: false
 
index eae148d5f8fb5d296d913af40812195a75617b5b..7093de6b540a4c7cb5325436e7f78942df1085ca 100644 (file)
@@ -33,7 +33,7 @@ jobs:
           - "3.7"
           - "3.8"
           - "3.9"
-          - "3.10.0-beta - 3.10"
+          - "3.10"
           - "pypy3"
         build-type:
           - "cext"
@@ -99,6 +99,7 @@ jobs:
           - cp37-cp37m
           - cp38-cp38
           - cp39-cp39
+          - cp310-cp310
         build-type:
           - "cext"
           - "nocext"
@@ -139,7 +140,7 @@ jobs:
           - "3.7"
           - "3.8"
           - "3.9"
-          - "3.10.0-beta - 3.10"
+          - "3.10"
 
       fail-fast: false
 
index dd96a5f3c49f2fa8846e724ad03cf171e6179b4b..7d6b44d4de6f2f5475a620e9f566df2d3e1bbf64 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -25,6 +25,7 @@ classifiers =
     Programming Language :: Python :: 3.7
     Programming Language :: Python :: 3.8
     Programming Language :: Python :: 3.9
+    Programming Language :: Python :: 3.10
     Programming Language :: Python :: Implementation :: CPython
     Programming Language :: Python :: Implementation :: PyPy
     Topic :: Database :: Front-Ends