Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49adf76 commit 7c40af2Copy full SHA for 7c40af2
1 file changed
.github/workflows/build.yml
@@ -64,7 +64,8 @@ jobs:
64
git clone https://github.com/python/mypy.git --recurse-submodules
65
git -C mypy checkout $(cat mypy_commit)
66
67
- - uses: pypa/[email protected]
+ - uses: pypa/cibuildwheel@d0e070e278d440baec8fe291cb0bf1ea85b9c9d4 # v3.3.0+ 2025-12-23
68
+ # Use main commit temporarily to be able to use Python 3.14.2 with fixes for free threading
69
with:
70
config-file: cibuildwheel.toml
71
package-dir: mypy
0 commit comments