From f9853063e16e16e1b1cd54d5b15f290f3dc956f3 Mon Sep 17 00:00:00 2001 From: tangkong Date: Fri, 3 May 2024 10:34:42 -0700 Subject: [PATCH] BLD: add python 3.12 to the test matrix --- .github/workflows/python-standard.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/python-standard.yml b/.github/workflows/python-standard.yml index 9d3db2e..44c5b19 100644 --- a/.github/workflows/python-standard.yml +++ b/.github/workflows/python-standard.yml @@ -70,6 +70,8 @@ jobs: - python-version: "3.10" - python-version: "3.11" experimental: true + - python-version: "3.12" + experimental: true name: "Conda" uses: ./.github/workflows/python-conda-test.yml @@ -93,6 +95,8 @@ jobs: - python-version: "3.10" - python-version: "3.11" experimental: true + - python-version: "3.12" + experimental: true name: "Pip" uses: ./.github/workflows/python-pip-test.yml