Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Stop running sytest on buster/python3.7 #15892

Merged
merged 2 commits into from
Jul 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .ci/scripts/calculate_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,6 @@ def set_output(key: str, value: str):
"sytest-tag": "testing",
"postgres": "postgres",
},
{
"sytest-tag": "buster",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this!

I was looking for a source of truth on Debian 10 (Buster) including Python 3.7 which I think is -> https://packages.debian.org/buster/python3.7

But also found a blog post talking about it https://pythonspeed.com/articles/stop-using-python-3.7/ which is also nice to confirm ⏩

Debian 10 (“Buster”) includes Python 3.7, but Debian 11 and 12 do not.

Copy link
Contributor

@MadLittleMods MadLittleMods Jul 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we also want to follow-up to remove debian:buster from the Docker builds on Sytest? sytest -> .github/workflows/docker.yml#L28-L29

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes that was on my follow-up list :)

"postgres": "multi-postgres",
"workers": "workers",
},
]
)

Expand Down
1 change: 1 addition & 0 deletions changelog.d/15892.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Stop running sytest on buster/python3.7.