We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c1ea2 commit 6d7552dCopy full SHA for 6d7552d
.github/workflows/pyarmor-smoke-test.yml
@@ -19,6 +19,5 @@ jobs:
19
test-free-threading-macos:
20
runs-on: macos-13
21
steps:
22
- - run: curl -O https://www.python.org/ftp/python/3.13.1/python-3.13.1-macos11.pkg
23
- - run: sudo installer -pkg ./python-3.13.1-macos11.pkg -target /
24
- - run: python3.13t -v
+ - run: sudo brew install python-freethreading
+ - run: $(brew --prefix)/bin/python3.13t -h
0 commit comments