aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-10-03 10:01:43 +0100
committerGravatar Chris Lovering <[email protected]>2023-10-03 10:01:43 +0100
commitc3385008875bc943e15c61a5af0faad959ebb669 (patch)
tree68193317ed6c309c0007c6d5388c99c853285416
parentRemove debug lines from Dockerfile (diff)
Use 3.12 stable over rc version
-rw-r--r--.github/workflows/build.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1539046..85ea16e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -17,13 +17,8 @@ jobs:
build:
strategy:
matrix:
- 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-slim
- experimental: true # This is expected to fail due to cffi not having 3.12 wheels and -slim not having gcc
+ python_version: ["3.9", 3.9-slim, "3.10", 3.10-slim, "3.11", 3.11-slim, "3.12", 3.12-slim, "3", 3-slim]
runs-on: ubuntu-latest
- continue-on-error: ${{ matrix.experimental }}
steps:
- name: Checkout code
uses: actions/checkout@v4