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}