mirror of
https://github.com/actions/setup-python.git
synced 2025-07-25 16:48:42 +02:00
add minor fix for toml file versions
This commit is contained in:
parent
f97b83114c
commit
42a255b033
4 changed files with 28 additions and 5 deletions
2
.github/workflows/test-python.yml
vendored
2
.github/workflows/test-python.yml
vendored
|
@ -157,7 +157,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04]
|
||||
python: [3.5.4, 3.6.7, 3.7.5, 3.8.15, 3.9.13]
|
||||
python: [3.5.4, 3.6.7, 3.7.5, 3.8.15, 3.9.13, '==3.10.10']
|
||||
exclude:
|
||||
- os: ubuntu-22.04
|
||||
python: 3.5.4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue