Skip to content

Commit

Permalink
Drop support for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
moi90 committed Jan 15, 2024
1 parent cfb284d commit 223e076
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
strategy:
matrix:
python: ["3.8", "3.9", "3.10", "3.11"]
os: [windows-latest, ubuntu-latest, macos-latest]
os:
# - windows-latest
- ubuntu-latest
- macos-latest
optional: [optional, no_optional]

steps:
Expand Down

0 comments on commit 223e076

Please # to comment.