Bug 260922 - Explicitly break Python 2 support in all our Python libraries
Summary: Explicitly break Python 2 support in all our Python libraries
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Sneddon [:gsnedders]
URL:
Keywords: InRadar
Depends on: 237724
Blocks:
  Show dependency treegraph
 
Reported: 2023-08-30 12:22 PDT by Sam Sneddon [:gsnedders]
Modified: 2024-05-29 17:46 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.