You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐍 Found
CPython 3.8 at C:\hostedtoolcache\windows\Python\3.8.10\x64\python.exe,
CPython 3.9 at C:\hostedtoolcache\windows\Python\3.9.13\x64\python.exe,
CPython 3.10 at C:\hostedtoolcache\windows\Python\3.10.11\x64\python.exe,
CPython 3.11 at C:\hostedtoolcache\windows\Python\3.11.9\x64\python.exe,
CPython 3.12 at C:\hostedtoolcache\windows\Python\3.12.8\x64\python.exe,
CPython 3.13t at C:\hostedtoolcache\windows\Python\3.13.1\x64-freethreaded\python.exe,
CPython 3.13t at C:\hostedtoolcache\windows\Python\3.13.1\x64-freethreaded\python3.13t.exe
cc @davidhewitt the action is not picking up the regular 3.13 which we setup-python'd just before 3.13t. can you confirm this is maturin-action? it seems like an edge case for windows only (both win32 and win_amd64), linux and macos are fine:
🐍 Found CPython 3.8, CPython 3.9, CPython 3.10, CPython 3.11, CPython 3.12, CPython 3.13, CPython 3.13t
...
drwxr-xr-x 18 runner staff 576 Jan 3 14:32 ..
-rw-r--r-- 1 runner staff 311529 Jan 3 14:32 blake3-1.0.1-cp38-cp38-macosx_11_0_arm64.whl
-rw-r--r-- 1 runner staff 311523 Jan 3 14:32 blake3-1.0.1-cp39-cp39-macosx_11_0_arm64.whl
-rw-r--r-- 1 runner staff 311647 Jan 3 14:33 blake3-1.0.1-cp310-cp310-macosx_11_0_arm64.whl
-rw-r--r-- 1 runner staff 311392 Jan 3 14:33 blake3-1.0.1-cp311-cp311-macosx_11_0_arm64.whl
-rw-r--r-- 1 runner staff 308960 Jan 3 14:33 blake3-1.0.1-cp312-cp312-macosx_11_0_arm64.whl
-rw-r--r-- 1 runner staff 308854 Jan 3 14:33 blake3-1.0.1-cp313-cp313-macosx_11_0_arm64.whl
-rw-r--r-- 1 runner staff 307093 Jan 3 14:33 blake3-1.0.1-cp313-cp313t-macosx_11_0_arm64.whl
edit: setup-python'ing 3.13t before 3.13 does not help for win_amd64, but does help for win32:
🐍 Found
CPython 3.8 at C:\hostedtoolcache\windows\Python\3.8.10\x86\python.exe,
CPython 3.9 at C:\hostedtoolcache\windows\Python\3.9.13\x86\python.exe,
CPython 3.10 at C:\hostedtoolcache\windows\Python\3.10.11\x86\python.exe,
CPython 3.11 at C:\hostedtoolcache\windows\Python\3.11.9\x86\python.exe,
CPython 3.12 at C:\hostedtoolcache\windows\Python\3.12.8\x86\python.exe,
CPython 3.13 at C:\hostedtoolcache\windows\Python\3.13.1\x86\python.exe,
CPython 3.13t at C:\hostedtoolcache\windows\Python\3.13.1\x86-freethreaded\python3.13t.exe
Window's python version detection has a bug
I can confirm from the CI run:
that a regular 3.13 wheel is missing for windows
looks like a bug in maturin action:
cc @davidhewitt the action is not picking up the regular 3.13 which we setup-python'd just before 3.13t. can you confirm this is maturin-action? it seems like an edge case for windows only (both win32 and win_amd64), linux and macos are fine:
edit: setup-python'ing 3.13t before 3.13 does not help for win_amd64, but does help for win32:
Originally posted by @ddelange in oconnor663/blake3-py#52 (comment)
The text was updated successfully, but these errors were encountered: