Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remark macOS and Windows as experimental
  • Loading branch information
mdboom committed Oct 23, 2024
commit 1402998e73b23f07e00302c715481fd970b17624
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
experimental: false
- os: macos-latest
python: "3.13"
experimental: false
experimental: true
- os: windows-latest
python: "3.13"
experimental: false
experimental: true
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python }}
Expand Down