diff options
author | 2023-09-21 14:39:22 +0100 | |
---|---|---|
committer | 2023-09-21 14:39:22 +0100 | |
commit | e53c8f1c99d546104ebde6efbd52a2051d84146d (patch) | |
tree | 13bc15cd9d91b1fa1ca98938f995e6208a4dd680 /.github | |
parent | Bump poetry version to 1.6.1 (diff) |
Only mark 3.12-rc-slim as experimental
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c71c613..1539046 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,13 +17,11 @@ jobs: build: strategy: matrix: - python_version: ["3.9", 3.9-slim, "3.10", 3.10-slim, "3.11", 3.11-slim, "3", 3-slim] + python_version: ["3.9", 3.9-slim, "3.10", 3.10-slim, "3.11", 3.11-slim, 3.12-rc, "3", 3-slim] experimental: [false] include: - - python_version: 3.12-rc - experimental: true - python_version: 3.12-rc-slim - experimental: true + experimental: true # This is expected to fail due to cffi not having 3.12 wheels and -slim not having gcc runs-on: ubuntu-latest continue-on-error: ${{ matrix.experimental }} steps: |