Test against python 3.10

This commit is contained in:
Gabriel Augendre 2021-12-19 13:55:42 +01:00
parent e987521ff4
commit 138a5f8ee2
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
max-parallel: 9
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: ["3.8", "3.9", "3.10"]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
@ -44,7 +44,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.8'
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip