From 9f70e6860e797ff0097a0aa40f49b1b4f8fa50cc Mon Sep 17 00:00:00 2001 From: Rich Piazza Date: Thu, 14 Mar 2024 16:53:31 -0400 Subject: [PATCH] fix workflows python versions --- .github/workflows/python-ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-ci-tests.yml b/.github/workflows/python-ci-tests.yml index 211aa4c5..6ca27d5f 100644 --- a/.github/workflows/python-ci-tests.yml +++ b/.github/workflows/python-ci-tests.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9, '3.10'] + python-version: [3.8, 3.9, '3.10', '3.11', '3.12'] name: Python ${{ matrix.python-version }} Build steps: