Ensure '3.10' is parsed correctly in YAML

This commit is contained in:
Nick Coghlan 2021-06-26 15:43:50 +10:00
parent 093bc69490
commit dbcddef29f

View file

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