From 3e5d213c0b4a67709776267961fcb26099c4240f Mon Sep 17 00:00:00 2001 From: jvmncs Date: Tue, 9 Apr 2024 12:43:31 -0400 Subject: [PATCH] add python 3.12 to build matrix --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1764ae6..8aa5fd9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -12,7 +12,7 @@ jobs: linux: 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 steps: - uses: actions/checkout@v3 @@ -53,7 +53,7 @@ jobs: windows: strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] target: [x64, x86] runs-on: windows-latest steps: @@ -93,7 +93,7 @@ jobs: macos: 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: macos-latest steps: - uses: actions/checkout@v3