[Webkit-unassigned] [Bug 283143] New: Remove unused webkitpy.common.version_check

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 14 15:37:10 PST 2024


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

            Bug ID: 283143
           Summary: Remove unused webkitpy.common.version_check
           Product: WebKit
           Version: WebKit Nightly Build
          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

This is obviously nonsense, years after we supported Python 3 everywhere:

if sys.version < '2.7' or sys.version >= '2.8':
    print("Unsupported Python version: WebKit only supports 2.7.x, and you're running %s." % sys.version.split()[0], file=sys.stderr)

https://github.com/WebKit/WebKit/blob/dbef21b6b3541049e000ee180ae34ec600896d89/Tools/Scripts/webkitpy/common/version_check.py#L32-L33

237870 at main removed the last reference to this.

-- 
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/20241114/ae995bcf/attachment.htm>


More information about the webkit-unassigned mailing list