-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Drop Debian Buster since we no longer support Python 3.7 #15893
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 |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Drop Debian Buster since we no longer support Python 3.7. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,7 +23,6 @@ | |
| # These are expanded inside the dockerfile to be a fully qualified image name. | ||
| # e.g. docker.io/library/debian:bullseye | ||
| DISTS = ( | ||
| "debian:buster", # oldstable: EOL 2022-08 | ||
|
Contributor
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. For reference, this fixes failures we're seeing in CI like https://github.com/matrix-org/synapse/actions/runs/5484040336/jobs/9991067272 (notice how it's trying to run with an image called
Contributor
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. I've made a follow-up PR to document the distribution EOL date and EOL date forced by the Python version that each distribtion uses -> #15909 This way the connection is more obvious and hopefully we can catch this next time we want to remove a Python version. |
||
| "debian:bullseye", | ||
| "debian:bookworm", | ||
| "debian:sid", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.