Skip to content

Commit 17aa7f7

Browse files
author
Release Manager
committed
gh-35705: tox.ini / GH Actions: Remove gentoo-python3.9
### 📚 Description We remove one line from `tox.ini` and one line from `docker.yml` Since there will be no fresh docker images for python3.9 on gentoo, GH Actions will start to fail (sooner or later) Resolves #35704 ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. It should be `[x]` not `[x ]`. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #35705 Reported by: Andrew Reviewer(s): Matthias Köppe
2 parents e9415d4 + b8b09ab commit 17aa7f7

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ on:
5050
"centos-7-devtoolset-gcc_11",
5151
"centos-stream-8-python3.9",
5252
"centos-stream-9-python3.9",
53-
"gentoo-python3.9",
5453
"gentoo-python3.10",
5554
"gentoo-python3.11",
5655
"archlinux-latest",

build/pkgs/configure/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=3420eff6767e23f15913f1293a1686a66d816453
3-
md5=56ba700a555b960eec313fa20261433e
4-
cksum=3706935509
2+
sha1=828899494028e64e114575d588ddb389ab8d3934
3+
md5=cea4edd6bca8a8ad4b654919dfa90ad1
4+
cksum=1753584513
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21e8f9faf13b5d278c4289a7f818c8aa43d47c19
1+
9585a189b3d64daf382d733eb625f221509d731b

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,6 @@ setenv =
312312
#
313313
gentoo: SYSTEM=gentoo
314314
gentoo: BASE_IMAGE=sheerluck/sage-on-gentoo-stage4
315-
gentoo-python3.9: BASE_TAG=latest-py39
316315
gentoo-python3.10: BASE_TAG=latest-py10
317316
gentoo-python3.11: BASE_TAG=latest-py11
318317
gentoo: IGNORE_MISSING_SYSTEM_PACKAGES=no

0 commit comments

Comments
 (0)