From ad7edce7a5b3f3797175197d2a59e4709e01a123 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Fri, 3 Nov 2023 15:29:37 +0100 Subject: [PATCH] CI: Use stable python 3.12 (#68) --- .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 a02fd52..173c6e0 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.8", "3.9", "3.10", "3.11", "3.12.0-rc.2"] + python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"] runs-on: ${{ matrix.os }} steps: