Skip to content

Commit

Permalink
ci: 🎡 skip windows on 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoQi99 committed Nov 29, 2024
1 parent e4cebe5 commit 2f59873
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
matrix:
os: [ubuntu-20.04, macos-13, windows-latest]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12","3.13"]
exclude:
- os: windows-latest
python-version: "3.13"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2f59873

Please sign in to comment.