Bug 260922

Summary: Explicitly break Python 2 support in all our Python libraries
Product: WebKit Reporter: Sam Sneddon [:gsnedders] <gsnedders>
Component: Tools / TestsAssignee: Sam Sneddon [:gsnedders] <gsnedders>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 237724    
Bug Blocks:    

Description Sam Sneddon [:gsnedders] 2023-08-30 12:22:46 PDT
Let us make:

reporelaypy
resultsdbpy
webkitbugspy
webkitcorepy
webkitflaskpy
webkitpy
webkitscmpy

…all fail on Python < 3.6.

In practice, some of these are only used server-side, and we can probably set even later minimum versions, but for now let's just require Python 3.6 everywhere, as this is already a good step forward.
Comment 1 Sam Sneddon [:gsnedders] 2023-08-30 12:27:40 PDT
Pull request: https://github.com/WebKit/WebKit/pull/17244
Comment 2 Radar WebKit Bug Importer 2023-09-06 12:23:13 PDT
<rdar://problem/115070003>
Comment 3 EWS 2024-05-29 17:46:49 PDT
Committed 279482@main (5200ed991d0d): <https://commits.webkit.org/279482@main>

Reviewed commits have been landed. Closing PR #17244 and removing active labels.