From cfdeec776d26f081d26615f99e77ee21318dff8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sondre=20Lilleb=C3=B8=20Gundersen?= Date: Fri, 5 Jan 2024 10:56:49 +0100 Subject: [PATCH] tests(ci): Add Python 3.12 to test matrix Python versions --- .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 b6d9678c..c35a0401 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: fail-fast: true matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - python-version: [ "3.8", "3.9", "3.10", "3.11" ] + python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] poetry-version: [ "1.1.15", "1.2.2", "1.3.2", "1.4.2", "1.5.1" ] runs-on: ${{ matrix.os }} steps: