From 22f7aaa0944d01994540f0acd5136a54ed239efe Mon Sep 17 00:00:00 2001 From: "Dr. Andrew Annex" Date: Thu, 5 Oct 2023 06:19:43 -0700 Subject: [PATCH] Update ci-build.yml add python 3.12 to test matrix --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 16706696..ae71bed1 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -58,7 +58,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ['3.8', '3.9', '3.10', '3.11' ] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12' ] steps: - name: Checkout 🌶️ 🥧 uses: actions/checkout@v3