We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5804ba commit af808faCopy full SHA for af808fa
1 file changed
.github/workflows/tests.yaml
@@ -24,6 +24,9 @@ jobs:
24
- os: macos-latest
25
python-version: '3.12'
26
27
+ # Trouble with free threading.
28
+ - os: windows-latest
29
+ python-version: '3.13'
30
# Both of these have trouble setting up that python on macos.
31
32
python-version: '3.9'
0 commit comments