Skip to content

Commit 9088b6c

Browse files
author
Release Manager
committed
gh-36451: tox.ini: Add gentoo-python3.12 closes #36450 URL: #36451 Reported by: Andrew Reviewer(s): Matthias Köppe
2 parents fec8357 + d2cd838 commit 9088b6c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ on:
5151
"almalinux-9-python3.11",
5252
"gentoo-python3.10",
5353
"gentoo-python3.11",
54+
"gentoo-python3.12",
5455
"archlinux-latest",
5556
"opensuse-15.3-gcc_11-python3.9",
5657
"opensuse-15.4-gcc_11-python3.10",

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ setenv =
326326
gentoo: BASE_IMAGE=sheerluck/sage-on-gentoo-stage4
327327
gentoo-python3.10: BASE_TAG=latest-py10
328328
gentoo-python3.11: BASE_TAG=latest-py11
329+
gentoo-python3.12: BASE_TAG=latest-py12
329330
gentoo: IGNORE_MISSING_SYSTEM_PACKAGES=no
330331
#
331332
# https://hub.docker.com/_/archlinux/

0 commit comments

Comments
 (0)