^ci: add more python versions to test matrix

This commit is contained in:
nico 2022-07-28 17:56:44 +02:00 committed by nico
parent 59f7aae906
commit e5ba826310
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.8, 3.9, '3.10', '3.11']
steps:
- uses: actions/checkout@v3
@ -20,6 +20,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: pip
- name: Install dependencies
run: |
python -m pip install --upgrade pip