From 3f38d642e3ba1217b98a31a3bfbe41080a7a52a4 Mon Sep 17 00:00:00 2001 From: wongcht Date: Tue, 5 Sep 2023 00:17:16 +0100 Subject: [PATCH] py3.12-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 8a31ab7d..845ed1bb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: fail-fast: false matrix: include: - - {name: '3.12', python: '3.12', os: ubuntu-latest, tox: py312} + - {name: '3.12-rc.1', python: '3.12-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}