Add python versions 3.9 & 3.10 to github actions

This commit is contained in:
Ricardo Montañana Gómez 2021-11-24 12:54:25 +01:00
parent 525ee93fc3
commit 67424e06be
Signed by: rmontanana
GPG Key ID: 46064262FD9A7ADE

View File

@ -13,7 +13,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [macos-latest, ubuntu-latest, windows-latest] os: [macos-latest, ubuntu-latest, windows-latest]
python: [3.8] python: [3.8, 3.9, "3.10"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2