Improved support for Python 3.14 by radarhere · Pull Request #8948 · python-pillow/Pillow

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@radarhere

Copy link Copy Markdown

Member

@radarhere radarhere commented

May 8, 2025

edited

Loading

  1. A test has started failing now that an error message has changed in Python 3.14

https://github.com/python-pillow/Pillow/actions/runs/14903027962/job/41859109942#step:11:3834

E AssertionError: Regex pattern did not match.
E Regex: 'must be sequence of length 4'
E Input: 'argument 3 must be tuple of length 4, not 2'

  1. An error has started occurring when building PyQt6 on Python 3.14 - https://github.com/python-pillow/Pillow/actions/runs/14903027971/job/41859749652#step:8:12

Let's skip it for now.

  1. Those changes then triggers our Windows message about unsupported Python versions - https://github.com/python-pillow/Pillow/actions/runs/14906195788/job/41869036883?pr=8948#step:28:779. Since Python 3.14 has now reached beta, we would like users to be able to install and it, so let's increment the version check.

...this then leads to the same error from building PyQt6 occurring when building Pillow - https://github.com/python-pillow/Pillow/actions/runs/14906674076/job/41870606277?pr=8948#step:28:769

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

@radarhere radarhere changed the title Updated error message for Python 3.14 Improved support for Python 3.14

May 8, 2025

@radarhere radarhere removed the Testing label

May 8, 2025

@hugovk hugovk merged commit 3c71559 into python-pillow:main

May 8, 2025

67 of 68 checks passed

@radarhere radarhere deleted the error branch

May 8, 2025 21:31

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

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@radarhere @hugovk