add minor fix for toml file versions

This commit is contained in:
Dmitry Shibanov 2023-08-23 15:51:17 +02:00
parent f97b83114c
commit 42a255b033
4 changed files with 28 additions and 5 deletions

View file

@ -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