From df73698e92795abf9c164319c3febe2e959387bd Mon Sep 17 00:00:00 2001 From: Russell Martin Date: Tue, 3 Oct 2023 14:22:16 +0100 Subject: [PATCH] Run CI against stable Python 3.12 (#338) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec6ed3070..8f57f24a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,7 +137,7 @@ jobs: needs: [ verify, package ] strategy: matrix: - PYTHON_VER: [ 3.12-dev, 3.11, "3.10", pypy3.10, 3.9, 3.8 ] + PYTHON_VER: [ 3.12, 3.11, "3.10", pypy3.10, 3.9, 3.8 ] uses: ./.github/workflows/test.yml secrets: inherit with: