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_3_20~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8278b7a0ec41752d61af8b00a89916af34400be7;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add python 3.9 to ci test and wheel workflow Change-Id: I3b80b836ca547fa92f324acb265180cdeea17611 (cherry picked from commit 21e327690558639b0eead6c1abf0019039a02d3b) --- diff --git a/.github/workflows/create-wheels.yaml b/.github/workflows/create-wheels.yaml index fe2d38b4cf..18c4ee2bc7 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 @@ -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 diff --git a/.github/workflows/run-on-pr.yaml b/.github/workflows/run-on-pr.yaml index 52b238dabd..ea5747a0a6 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 89fc24b42a..cbb50ce446 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" build-type: - "cext" - "nocext" @@ -98,6 +99,7 @@ jobs: - cp36-cp36m - cp37-cp37m - cp38-cp38 + - cp39-cp39 build-type: - "cext" - "nocext"