mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-16 21:40:24 +00:00
change to py3.11
This commit is contained in:
parent
d891d67424
commit
a759e4d82f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
python-version: [3.7, 3.8, 3.9, '3.10', "3.11.0-rc.2"]
|
||||
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
|
||||
fail-fast: true
|
||||
|
||||
steps:
|
||||
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
# remove windows-latest, half tests seem to randomly pass
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
python-version: [3.7, 3.8, 3.9, '3.10', "3.11.0-rc.2"]
|
||||
python-version: [3.7, 3.8, 3.9, '3.10', 3.11.0-rc.2]
|
||||
node: [12, 14, 16]
|
||||
fail-fast: true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue