Skip to content

Commit

Permalink
Drop Testing for py38 in Windows (#557)
Browse files Browse the repository at this point in the history
* drop testing for py38 in windows

* fix typo;

* try different syntax

* fix trailing white space
  • Loading branch information
daico007 authored Mar 7, 2024
1 parent 28b7c53 commit ed5ccb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
os: [macOS-latest, ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10"]
exclude:
- os: windows-latest
python-version: "3.8"
- os: windows-latest
python-version: "3.9"

Expand Down

0 comments on commit ed5ccb4

Please sign in to comment.