From 54f7f764618cbe99ba047e2fbfad95d7f7503fa7 Mon Sep 17 00:00:00 2001 From: Llewellyn Falco Date: Sun, 7 Apr 2024 16:28:58 +0000 Subject: [PATCH] Update test_current_release.yml --- .github/workflows/test_current_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_current_release.yml b/.github/workflows/test_current_release.yml index e7a2dfcf..da27e2b0 100644 --- a/.github/workflows/test_current_release.yml +++ b/.github/workflows/test_current_release.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: true matrix: - python-version: ["3.11"] + python-version: ["3.11", "3.12"] os: [macos-latest, ubuntu-latest, windows-latest] steps: