mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 12:41:49 +02:00
add python 3.11. Still in RC for now
This commit is contained in:
parent
3bd658fcc5
commit
8ca28e2649
1 changed files with 4 additions and 1 deletions
5
.github/workflows/test-docs.yml
vendored
5
.github/workflows/test-docs.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [3.7, 3.8, 3.9, "3.10"]
|
||||
python-version: [3.7, 3.8, 3.9, "3.10", '3.11.0-rc - 3.11.0']
|
||||
dependencies: [normal]
|
||||
database: [sqlite]
|
||||
# Test other databases only with one version of Python (Debian buster has 3.7)
|
||||
|
@ -63,6 +63,9 @@ jobs:
|
|||
- python-version: "3.10"
|
||||
dependencies: minimal
|
||||
database: sqlite
|
||||
- python-version: "3.11-rc - 3.11.0"
|
||||
dependencies: minimal
|
||||
database: sqlite
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue