Skip to content

Commit

Permalink
Issue #70 update test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson318 committed Feb 21, 2024
1 parent 92c61ce commit 297aebc
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,9 @@ jobs:
strategy:
fail-fast: false
matrix:
python-ver: [3.7]
os: [ubuntu-latest, macos-latest, windows-latest]
python-ver: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12]
experimental: [false]
include:
- python-ver: 3.8
os: ubuntu-latest
experimental: false
- python-ver: 3.8
os: macos-latest
experimental: false
- python-ver: 3.8
os: windows-latest
experimental: true
- python-ver: 3.9
os: ubuntu-latest
experimental: true
- python-ver: 3.9
os: macos-latest
experimental: true
- python-ver: 3.9
os: windows-latest
experimental: true

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 297aebc

Please sign in to comment.