Also fix GitHub config

This commit is contained in:
Nick Coghlan 2024-05-22 20:23:08 +10:00
parent 241de07097
commit c127f51df1

View file

@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 5
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', 'pypy-3.8']
python-version: [3.7, 3.8, 3.9, '3.10', 'pypy-3.8']
steps:
- uses: actions/checkout@v2