3.11 is out

Right on time!
This commit is contained in:
Glandos 2022-10-25 22:29:35 +02:00
parent afcdbcb5b9
commit 048f4cfb76

View file

@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", '3.11.0-rc - 3.11']
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
dependencies: [normal]
database: [sqlite]
# Test other databases only with one version of Python (Debian buster has 3.7)
@ -63,7 +63,7 @@ jobs:
- python-version: "3.10"
dependencies: minimal
database: sqlite
- python-version: '3.11.0-rc - 3.11'
- python-version: "3.11"
dependencies: minimal
database: sqlite