diff options
| author | Federico Caselli <cfederico87@gmail.com> | 2022-08-25 20:46:46 +0200 |
|---|---|---|
| committer | Federico Caselli <cfederico87@gmail.com> | 2022-08-25 20:51:44 +0200 |
| commit | 5c7ab1f808b20fe5e58d83a738b201a7eaa8973f (patch) | |
| tree | 914a25769e228d4c57587c6d494ec7147c4ff835 /.github | |
| parent | 1ea3c783b6ceaf488e34f15c3ce97eabbc3ab4d3 (diff) | |
| download | sqlalchemy-5c7ab1f808b20fe5e58d83a738b201a7eaa8973f.tar.gz | |
run github pipeline on python 3.11
Change-Id: Id1f13e71b803ead2cebfcca02720ab3d6504f57c
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/run-test.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index 035b22017..42791dabd 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -34,6 +34,7 @@ jobs: - "3.8" - "3.9" - "3.10" + - "3.11.0-rc - 3.11" # waiting on https://foss.heptapod.net/pypy/pypy/-/issues/3690 # which also seems to be in 3.9 # - "pypy-3.9" @@ -97,6 +98,7 @@ jobs: - cp38-cp38 - cp39-cp39 - cp310-cp310 + - cp311-cp311 build-type: - "cext" - "nocext" @@ -135,6 +137,7 @@ jobs: python-version: - "3.9" - "3.10" + - "3.11.0-rc - 3.11" fail-fast: false @@ -201,6 +204,7 @@ jobs: - "ubuntu-latest" python-version: - "3.10" + - "3.11.0-rc - 3.11" fail-fast: false |
