py3.12-rc.1 in gh-test

This commit is contained in:
wongcht 2023-09-05 00:17:16 +01:00
parent 85273fe7e1
commit 3f38d642e3

View File

@ -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}