Fix versions in GitHub Actions

This commit is contained in:
Nick Coghlan 2021-06-26 15:42:03 +10:00
parent a1ea615bb3
commit 093bc69490
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- name: Get pip cache dir
id: pip-cache

View file

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