Browse Source

Update testing_initiative.yml

pull/425/head
Spencer Comfort 2 years ago
committed by GitHub
parent
commit
be395fa824
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/testing_initiative.yml

2
.github/workflows/testing_initiative.yml

@ -33,7 +33,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [2.7, 3.6, 3.7, 3.8, 3.9, 3.10.0, 3.11]
python-version: [2.7, 3.6, 3.7, 3.8, 3.9, "3.10", 3.11]
no-coverage: [0]
include:
- os: ubuntu-latest

Loading…
Cancel
Save