From 970940d501c35332c8bb30060a0d722bfd801989 Mon Sep 17 00:00:00 2001 From: "Kevin R. Thornton" Date: Fri, 1 Dec 2023 10:59:57 -0800 Subject: [PATCH] add Python 3.12 to all Github work flows --- .github/workflows/macos_x86.yml | 2 +- .github/workflows/ubuntu.yml | 2 +- .github/workflows/wheels.yml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/macos_x86.yml b/.github/workflows/macos_x86.yml index fe964b4bf..2986389be 100644 --- a/.github/workflows/macos_x86.yml +++ b/.github/workflows/macos_x86.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python: [ 3.8, 3.9, "3.10", "3.11" ] + python: [ 3.8, 3.9, "3.10", "3.11", "3.12" ] os: [ macos-latest ] rust: [1.62.1] defaults: diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 352e3a145..217a1b255 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python: [ 3.8, 3.9, "3.10", "3.11" ] + python: [ 3.8, 3.9, "3.10", "3.11", "3.12" ] os: [ ubuntu-22.04 ] compiler: [gcc, clang14] rust: [1.62.1] diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 0ac7d820e..71ace3547 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -14,7 +14,7 @@ jobs: runs-on: macos-latest strategy: matrix: - python: [3.8, 3.9, "3.10", "3.11"] + python: [3.8, 3.9, "3.10", "3.11", "3.12"] steps: - name: Cancel Previous Runs uses: styfle/cancel-workflow-action@0.12.0 @@ -102,7 +102,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ["python3.8", "python3.9", "python3.10", "python3.11"] + python: ["python3.8", "python3.9", "python3.10", "python3.11", "python3.12"] steps: - name: Cancel Previous Runs uses: styfle/cancel-workflow-action@0.12.0 @@ -133,7 +133,7 @@ jobs: needs: ['build_sdist'] strategy: matrix: - python: [3.8, 3.9, "3.10", "3.11"] + python: [3.8, 3.9, "3.10", "3.11", "3.12"] steps: - name: Cancel Previous Runs uses: styfle/cancel-workflow-action@0.12.0 @@ -182,7 +182,7 @@ jobs: runs-on: macos-latest strategy: matrix: - python: [3.8, 3.9, "3.10", "3.11"] + python: [3.8, 3.9, "3.10", "3.11", "3.12"] steps: - name: Cancel Previous Runs uses: styfle/cancel-workflow-action@0.12.0