mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
3.10 needs to be a string
This commit is contained in:
parent
24faa9ba3a
commit
910488c99c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test-docs.yml
vendored
4
.github/workflows/test-docs.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
|
||||
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
|
||||
dependencies: [normal]
|
||||
database: [sqlite]
|
||||
# Test other databases only with one version of Python (Debian buster has 3.7)
|
||||
|
@ -60,7 +60,7 @@ jobs:
|
|||
- python-version: 3.9
|
||||
dependencies: minimal
|
||||
database: sqlite
|
||||
- python-version: 3.10
|
||||
- python-version: "3.10"
|
||||
dependencies: minimal
|
||||
database: sqlite
|
||||
|
||||
|
|
Loading…
Reference in a new issue