From cc28d3257c9a41c9f15bc345c6c72dcb839a73ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= Date: Sat, 21 Oct 2023 09:11:05 +0200 Subject: [PATCH] Add Python 3.12 to test matrix --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 133f7396..1c93d06c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - py_version: ['2.7', '3.9', '3.11'] + py_version: ['2.7', '3.9', '3.11', '3.12'] os: [ubuntu-latest, windows-latest] exclude: - os: windows-latest