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.
1 parent 2f1a76d commit d2cd838Copy full SHA for d2cd838
.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
@@ -325,6 +325,7 @@ setenv =
325
gentoo: BASE_IMAGE=sheerluck/sage-on-gentoo-stage4
326
gentoo-python3.10: BASE_TAG=latest-py10
327
gentoo-python3.11: BASE_TAG=latest-py11
328
+ gentoo-python3.12: BASE_TAG=latest-py12
329
gentoo: IGNORE_MISSING_SYSTEM_PACKAGES=no
330
#
331
# https://hub.docker.com/_/archlinux/
0 commit comments