[Webkit-unassigned] [Bug 281877] New: Python 3.13 support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 21 15:03:57 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=281877

            Bug ID: 281877
           Summary: Python 3.13 support
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gsnedders at apple.com
                CC: webkit-bug-importer at group.apple.com

With Python 3.13 in a venv, with setuptools installed (see bug 261113), we potentially surprisingly almost manage to work:

We get:

No archives for zope-interface-7.0.1 found
No archives for MarkupSafe-2.1.5 found

Both of these are modules where we require wheels, and neither have Python 3.13 wheels for macOS: see https://pypi.org/project/zope.interface/7.0.1/#files and https://pypi.org/project/MarkupSafe/2.1.5/#files

That said, I can't see anything that requires zope-interface-7.0.1, though MarkupSafe-2.1.5 is required by jinja2 which we use in a couple of places.

Perhaps surprisingly, all the webkitpy tests do appear to pass on Python 3.13, but we get yet more deprecation warnings.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241021/90092a65/attachment-0001.htm>


More information about the webkit-unassigned mailing list