From bbf68f6e15c5c01eba74891ff7851cd1c3b32e96 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Fri, 3 Nov 2023 15:44:41 +0100 Subject: [PATCH] CI: Use stable python 3.12 (#45) --- .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 2427fc0..fd4496e 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"