Test against python 3.10

This commit is contained in:
Gabriel Augendre 2021-12-19 13:55:42 +01:00
parent e987521ff4
commit 138a5f8ee2

View file

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