From 63c992b5668b3f2dd9e178cf0ad43c69174e9da0 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 25 Aug 2022 14:05:16 -0400 Subject: [PATCH] run github pipeline on python 3.11 Change-Id: I555c1e16c5347e67da4c70414b4677b2d3afebd5 --- .github/workflows/create-wheels.yaml | 3 +++ .github/workflows/run-test.yaml | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-wheels.yaml b/.github/workflows/create-wheels.yaml index 6dbfcfa8dc..06999b6060 100644 --- a/.github/workflows/create-wheels.yaml +++ b/.github/workflows/create-wheels.yaml @@ -29,6 +29,7 @@ jobs: - "3.8" - "3.9" - "3.10" + - "3.11.0-rc - 3.11" architecture: - x64 - x86 @@ -137,6 +138,7 @@ jobs: - cp38-cp38 - cp39-cp39 - cp310-cp310 + - cp311-cp311 architecture: - x64 @@ -291,6 +293,7 @@ jobs: - cp38-cp38 - cp39-cp39 - cp310-cp310 + - cp311-cp311 fail-fast: false diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index 36dfce250d..fd77e3987f 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -37,6 +37,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" @@ -105,6 +106,7 @@ jobs: - cp38-cp38 - cp39-cp39 - cp310-cp310 + - cp311-cp311 build-type: - "cext" - "nocext" @@ -146,7 +148,7 @@ jobs: - "3.8" - "3.9" - "3.10" - + - "3.11.0-rc - 3.11" fail-fast: false # steps to run in each job. Some are github actions, others run shell commands @@ -178,7 +180,7 @@ jobs: os: - "ubuntu-latest" python-version: - - "3.9" + - "3.10" fail-fast: false -- 2.47.2