Skip to content

Commit

Permalink
Skip free-threaded job on Windows and macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
lysnikolaou authored and bdraco committed Oct 17, 2024
1 parent d00e703 commit ead3245
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ jobs:
no-extensions: Y
- os: windows
no-extensions: Y
- os: macos
pyver: "3.13-freethreading"
- os: windows
pyver: "3.13-freethreading"
include:
- pyver: pypy-3.8
no-extensions: Y
Expand Down

0 comments on commit ead3245

Please sign in to comment.