From e3286d91fbbe04f5f05cee827b6b19e5f5a65e19 Mon Sep 17 00:00:00 2001 From: wongcht Date: Tue, 5 Sep 2023 00:21:40 +0100 Subject: [PATCH] py3.12.0-rc.1 in gh-test --- .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 845ed1bb..b196b14a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: fail-fast: false matrix: include: - - {name: '3.12-rc.1', python: '3.12-rc.1', os: ubuntu-latest, tox: py312} + - {name: '3.12.0-rc.1', python: '3.12.0-rc.1', os: ubuntu-latest, tox: py312} - {name: '3.11', python: '3.11', os: ubuntu-latest, tox: py311} - {name: '3.10', python: '3.10', os: ubuntu-latest, tox: py310} - {name: '3.9', python: '3.9', os: ubuntu-latest, tox: py39}