From e3fc9ccafb92b11565bfd8c1ff30431d075ef4be Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Fri, 3 Nov 2023 15:31:38 +0100 Subject: [PATCH] CI: Use stable python 3.12 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8b1a037..940bb2d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python_version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0-rc.2"] + python_version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] include: - os: windows-2019 python_version: "3.6"