Test PlatformIO Core on Python 3.10

This commit is contained in:
Ivan Kravets
2021-10-19 18:21:21 +03:00
parent 39c93f6512
commit 2d9a5031e9

View File

@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
exclude:
- os: macos-latest
python-version: '3.6'