Skip to content

Commit

Permalink
un-exclude python versions and operating systems
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Apr 2, 2024
1 parent 30aec92 commit 70c4910
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, windows-latest, macos-latest]
exclude:
- python-version: "3.12"
- python-version: "3.11"
os: windows-latest

runs-on: ${{ matrix.os }}
defaults:
Expand Down

0 comments on commit 70c4910

Please sign in to comment.