mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-29 01:14:44 +00:00
change to py3.11-dev
This commit is contained in:
parent
a759e4d82f
commit
2c92aae797
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.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']
|
||||
python-version: ['3.7', '3.8', '3.9', '3.10', 3.11-dev]
|
||||
fail-fast: true
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue