From 85f35584305428d98b82a55c951ac84b10babc5a Mon Sep 17 00:00:00 2001 From: treerink Date: Thu, 11 Apr 2024 19:57:55 +0200 Subject: [PATCH] Add python3.12 to the github test matrix. --- .github/workflows/python-package-conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package-conda.yml b/.github/workflows/python-package-conda.yml index 19e2867b..c8d405b8 100644 --- a/.github/workflows/python-package-conda.yml +++ b/.github/workflows/python-package-conda.yml @@ -8,7 +8,7 @@ jobs: strategy: max-parallel: 5 matrix: - python-version: ["3.11"] + python-version: ["3.11", "3.12"] steps: - name: Checkout code uses: actions/checkout@v3