From 3e141564fcd6acba6d22b3ae8554809e8eb575b8 Mon Sep 17 00:00:00 2001 From: Roy Smart Date: Sat, 25 May 2024 23:08:57 -0600 Subject: [PATCH] Update test CI to use Python 3.12 --- .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 9955c24..6a0cd81 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: windows-latest, macOS-latest, ] - python-version: ["3.10", "3.11"] + python-version: ["3.10", "3.12"] name: ${{ matrix.os }}, Python ${{ matrix.python-version }} lint and test steps: - uses: actions/checkout@v2