From 0268efb21f21646c3a0daade2514251e253e2f46 Mon Sep 17 00:00:00 2001 From: Eric Joanis Date: Fri, 2 Feb 2024 12:07:58 -0500 Subject: [PATCH] ci: matrix test Python 3.12 too --- .github/workflows/matrix-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/matrix-tests.yml b/.github/workflows/matrix-tests.yml index c784b613..b5cdec1f 100644 --- a/.github/workflows/matrix-tests.yml +++ b/.github/workflows/matrix-tests.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: os: [ubuntu-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"] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4