-
-
Notifications
You must be signed in to change notification settings - Fork 62
Remove configuration and support for EOL 3.9 #637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
python-version: | ||
- '3.9' | ||
- '3.13' | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,6 @@ | |
UnixAsanDebugBuild, | ||
UnixBigmemBuild, | ||
UnixTraceRefsBuild, | ||
UnixVintageParserBuild, | ||
UnixRefleakBuild, | ||
UnixNoGilBuild, | ||
UnixNoGilRefleakBuild, | ||
|
@@ -217,8 +216,6 @@ | |
|
||
("AMD64 Ubuntu", "skumaran-ubuntu-x86_64", UnixBuild), | ||
|
||
("AMD64 Arch Linux VintageParser", "pablogsal-arch-x86_64", UnixVintageParserBuild), | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We should ping Pablo once this PR is merged. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There are plenty of other builders on this worker, there shouldn't be anything special for Pablo to do :) We might want to ping all worker owners to double-check that artifacts from any 3.9 or older branches have been properly cleaned up, though. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Oh ok, I didn't notice that this worker has multiple builders. |
||
|
||
("AMD64 RHEL8 FIPS No Builtin Hashes", "cstratak-RHEL8-fips-x86_64", RHEL8NoBuiltinHashesUnixBuild), | ||
|
||
("AMD64 CentOS9", "cstratak-CentOS9-x86_64", CentOS9Build), | ||
|
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.