From 7618be83c1307a7080251c931084c487b7ed176d Mon Sep 17 00:00:00 2001 From: Bobby Jackson Date: Fri, 6 Dec 2024 13:52:23 -0600 Subject: [PATCH] ADD: Python 3.12 to test. --- .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 c3757da0..fa3c78be 100644 --- a/.github/workflows/python-package-conda.yml +++ b/.github/workflows/python-package-conda.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10", "3.11"] + python-version: ["3.10", "3.11", "3.12"] os: [macOS, ubuntu] inlcude: - os: macos-latest