From 806a83209bb18fa089caaad8f315208b217772eb Mon Sep 17 00:00:00 2001 From: Ben Kircher Date: Sat, 3 Feb 2024 09:25:09 +0100 Subject: [PATCH] CI: add 3.12 to test matrix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bd3776e..fd2de2e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: matrix: # We try to go with the currently active Python branches: # https://devguide.python.org/versions/#versions - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] os: [ubuntu-latest, macos-latest, windows-latest] steps: