From 89979b5ac76f2e8a9eb6dd3d8b2ac6ab2faeb71c Mon Sep 17 00:00:00 2001 From: Kevin Meagher <11620178+kjmeagher@users.noreply.github.com> Date: Wed, 4 Oct 2023 07:52:26 -0500 Subject: [PATCH] add 3.12 to mac tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0249655..2a21c5b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] os: [ubuntu-22.04] include: - - python-version: 3.11 + - python-version: 3.12 os: macos-12 steps: - uses: actions/checkout@v3