dinglehopper icon indicating copy to clipboard operation
dinglehopper copied to clipboard

⚙ GitHub Actions: Test on Python 3.14

Open mikegerber opened this issue 8 months ago • 3 comments

mikegerber avatar Apr 16 '25 08:04 mikegerber

Installing the deps fails:

        error: the configured Python interpreter version (3.14) is newer than PyO3's maximum supported version (3.13)

Postponing as Python 3.14 isn't released yet.

mikegerber avatar Apr 16 '25 08:04 mikegerber

While reviewing #110, I noticed that the Pillow build was also missing some system dependencies, so I updated the GitHub workflow. (Only relevant if Pillow needs to be built from source.)

mikegerber avatar Apr 25 '25 09:04 mikegerber

This became more interesting because the first Python 3.14 beta is out. But rpds-py (via jsonschema via ocrd) isn't building yet with Python 3.14.

mikegerber avatar May 13 '25 11:05 mikegerber