From 4519eb36167eb1123162458272cb800ea7e0691d Mon Sep 17 00:00:00 2001 From: arty Date: Wed, 30 Oct 2024 15:11:03 -0700 Subject: [PATCH 1/2] Remove python 3.8 because it's no longer supported --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 5a1a093..8570d70 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -24,7 +24,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, ubuntu-latest, windows-latest] - python: [3.8, 3.9, '3.10', 3.11] + python: [3.9, '3.10', 3.11] steps: - uses: actions/checkout@v3 From d7cb787a0a1b9ea230a56436c3a3d2f8379b9d59 Mon Sep 17 00:00:00 2001 From: arty Date: Wed, 30 Oct 2024 15:17:05 -0700 Subject: [PATCH 2/2] Add python 3.12 --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 8570d70..753e637 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -24,7 +24,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, ubuntu-latest, windows-latest] - python: [3.9, '3.10', 3.11] + python: [3.9, '3.10', 3.11, 3.12] steps: - uses: actions/checkout@v3