Update python-package.yml

This commit is contained in:
Michael Mintz 2022-12-31 02:10:15 -05:00 committed by GitHub
parent cdd0d567b3
commit 8930339c2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,9 +17,9 @@ jobs:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
strategy: strategy:
fail-fast: false fail-fast: false
max-parallel: 7 max-parallel: 6
matrix: matrix:
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3