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

Pin Python 3.13 on Windows to a3 #7805

Merged
merged 1 commit into from
Feb 17, 2024
Merged

Conversation

radarhere
Copy link
Member

@radarhere radarhere commented Feb 16, 2024

Python 3.13 on Windows in GitHub Actions has started failing, with https://github.com/python-pillow/Pillow/actions/runs/7937029330/job/21673447008#step:25:535

LINK : fatal error LNK1104: cannot open file 'python313t.lib'

The failure started with 3.13.0a4.

python/cpython#109922 leads me to believe that the 't' relates to builds without gil.
So I conclude that this problem has been reported as python/cpython#115545, which says

It seems the free-threaded and non-free-threaded build got mixed up, and so the main executable in the package is nogil and looking for the wrong DLL.
...
This needs to be fixed before the next alpha.

a5 is scheduled to be released on March 12. So this PR pins to a3 to allow our CIs to pass in the meantime.

@radarhere
Copy link
Member Author

I've created #7878 to revert this, now that Python 3.13a5 has been released.

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

Successfully merging this pull request may close these issues.

None yet

2 participants