use latest 3.11 version

This commit is contained in:
Glandos 2022-10-23 12:56:07 +02:00
parent 8ca28e2649
commit 262282993c

View file

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