Skip to content

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.

2 participants