From ab0c060a90cb188f5b66f391034259d6ed42cff8 Mon Sep 17 00:00:00 2001 From: Joseph Birkner Date: Mon, 8 Jul 2024 22:54:56 +0200 Subject: [PATCH] Add Python 3.12 to CI. --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 79d1650..7a3f8be 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -6,7 +6,7 @@ jobs: build-manylinux: strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] runs-on: ubuntu-latest container: ghcr.io/klebert-engineering/manylinux-cpp17-py${{ matrix.python-version }}-x86_64:2024.1 steps: @@ -50,7 +50,7 @@ jobs: strategy: matrix: os: [macos-13, windows-latest] - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v2 with: