From 7c48e3dafe957ae1cc56b87e5b4f0d626cf12515 Mon Sep 17 00:00:00 2001 From: Jonathan Plasse <13716151+JonathanPlasse@users.noreply.github.com> Date: Sat, 28 Oct 2023 15:13:51 +0200 Subject: [PATCH] ci: test Python 3.12 --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b8fdc96..6e78e33 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,16 +11,16 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] include: - os: macos-latest python-version: "3.8" - os: macos-latest - python-version: "3.11" + python-version: "3.12" - os: windows-latest python-version: "3.8" - os: windows-latest - python-version: "3.11" + python-version: "3.12" runs-on: ${{ matrix.os }} defaults: run: