From a382beea95d84ecb1a98aeb0063bdf5e32e9bae3 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 21 Feb 2024 14:21:33 +0100 Subject: [PATCH 1/2] Add Python 3.10, 3.11, and 3.12 to the testing --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcefff65..4a3680e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,9 @@ jobs: - python: "3.7" - python: "3.8" - python: "3.9" + - python: "3.10" + - python: "3.11" + - python: "3.12" runs-on: ubuntu-latest steps: From 3be6838ee1c7fad0910c9ee309a21e609c1cc2e5 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 21 Feb 2024 14:25:50 +0100 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a3680e8..cb7144a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - python: "3.9" - python: "3.10" - python: "3.11" - - python: "3.12" + # - python: "3.12" runs-on: ubuntu-latest steps: