From f6d770eac9752c830c23fbd5688a2810c4253381 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Sat, 29 Mar 2025 07:29:58 +1000 Subject: [PATCH] ci: add python 3.12 to test matrix --- .github/workflows/python-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index a4a7e38bc2..6d7e942e56 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -40,6 +40,7 @@ jobs: matrix: python-version: - '3.11' + - '3.12' platform: - linux-cpu - macos-default