Update pythonpackage.yml

This commit is contained in:
Fabio Caccamo 2021-12-06 23:36:42 +01:00 committed by GitHub
parent 542c3c11a1
commit d9c7e732a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -5,10 +5,11 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.platform }}
strategy:
max-parallel: 4
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.5', '3.6', '3.7', '3.8', '3.9', '3.10']
steps: