From: Federico Caselli Date: Thu, 8 Oct 2020 18:34:02 +0000 (+0200) Subject: Add python 3.9 to ci test and wheel workflow X-Git-Tag: rel_1_4_0b1~44^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=21e327690558639b0eead6c1abf0019039a02d3b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add python 3.9 to ci test and wheel workflow Change-Id: I3b80b836ca547fa92f324acb265180cdeea17611 --- diff --git a/.github/workflows/create-wheels.yaml b/.github/workflows/create-wheels.yaml index 8c2d7ee604..ecf17e9900 100644 --- a/.github/workflows/create-wheels.yaml +++ b/.github/workflows/create-wheels.yaml @@ -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 diff --git a/.github/workflows/run-on-pr.yaml b/.github/workflows/run-on-pr.yaml index ad9c196e52..8a7c582a4b 100644 --- a/.github/workflows/run-on-pr.yaml +++ b/.github/workflows/run-on-pr.yaml @@ -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" diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index 79f2a60860..a8b0af4b6a 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -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" diff --git a/setup.cfg b/setup.cfg index cb8e6930ed..4fefdd4d52 100644 --- 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