We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fec8357 + d2cd838 commit 9088b6cCopy full SHA for 9088b6c
.github/workflows/docker.yml
@@ -51,6 +51,7 @@ on:
51
"almalinux-9-python3.11",
52
"gentoo-python3.10",
53
"gentoo-python3.11",
54
+ "gentoo-python3.12",
55
"archlinux-latest",
56
"opensuse-15.3-gcc_11-python3.9",
57
"opensuse-15.4-gcc_11-python3.10",
tox.ini
@@ -326,6 +326,7 @@ setenv =
326
gentoo: BASE_IMAGE=sheerluck/sage-on-gentoo-stage4
327
gentoo-python3.10: BASE_TAG=latest-py10
328
gentoo-python3.11: BASE_TAG=latest-py11
329
+ gentoo-python3.12: BASE_TAG=latest-py12
330
gentoo: IGNORE_MISSING_SYSTEM_PACKAGES=no
331
#
332
# https://hub.docker.com/_/archlinux/
0 commit comments