mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-03-19 23:20:26 +00:00
Ensure '3.10' is parsed correctly in YAML
This commit is contained in:
parent
093bc69490
commit
dbcddef29f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
strategy:
|
||||
max-parallel: 5
|
||||
matrix:
|
||||
python-version: [3.6, 3.7, 3.8, 3.9, 3.10, 'pypy3']
|
||||
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', 'pypy3']
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue