From d80def323a828ae6301262841929854b961b027c Mon Sep 17 00:00:00 2001 From: Patrick Ogenstad Date: Tue, 9 Jul 2024 20:10:16 +0200 Subject: [PATCH] Add Python 3.12 to test matrix --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 70f2721f..8fa9bc0e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -52,7 +52,7 @@ jobs: shell: bash strategy: matrix: - python-version: [ '3.8', '3.9', '3.10', '3.11' ] + python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ] platform: [ubuntu-latest, macos-13, windows-2019] runs-on: ${{ matrix.platform }} steps: