Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ABI tag for CPython 3.13 on Windows #578

Merged
merged 7 commits into from Oct 26, 2023
Merged

Conversation

colesbury
Copy link
Contributor

CPython 3.13a1 on Windows now provides the SOABI sysconfig variable. However, the SOABI (and extension suffixes) are different on Windows than on Linux and macOS, e.g. cp310-win_amd64 vs. cpython-313-darwin.

Fixes #576

CPython 3.13a1 on Windows now provides the SOABI sysconfig variable. However,
the SOABI (and extension suffixes) are different on Windows than on
Linux and macOS, e.g. `cp310-win_amd64` vs. `cpython-313-darwin`.

Fixes pypa#576
@codecov
Copy link

codecov bot commented Oct 19, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5960057) 72.61% compared to head (cbc6f20) 72.66%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #578      +/-   ##
==========================================
+ Coverage   72.61%   72.66%   +0.05%     
==========================================
  Files          13       13              
  Lines        1088     1090       +2     
==========================================
+ Hits          790      792       +2     
  Misses        298      298              
Files Coverage Δ
src/wheel/bdist_wheel.py 57.00% <100.00%> (+0.28%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

"cpython" starts with "cp" (doh!)
@agronholm
Copy link
Contributor

Would you mind adding a changelog entry?

@agronholm agronholm merged commit 0833f0e into pypa:main Oct 26, 2023
17 of 18 checks passed
@dalcinl
Copy link

dalcinl commented Oct 30, 2023

@agronholm GitHub Actions's setup-python actions already supports python-version: '3.13-dev'. However, building wheels on Windows with pip wheel fails [logs]. A new release with the fix from this PR is needed.

@agronholm
Copy link
Contributor

@agronholm GitHub Actions's setup-python actions already supports python-version: '3.13-dev'. However, building wheels on Windows with pip wheel fails [logs]. A new release with the fix from this PR is needed.

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

C-extension unable to be built on 3.13a1 (Windows)
3 participants