From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 248251581D3 for ; Sun, 26 May 2024 14:27:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64B0BE29E9; Sun, 26 May 2024 14:27:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41F70E29E9 for ; Sun, 26 May 2024 14:27:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3FFAC343064 for ; Sun, 26 May 2024 14:27:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53B091899 for ; Sun, 26 May 2024 14:27:38 +0000 (UTC) From: "John Helmert III" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John Helmert III" Message-ID: <1716733634.9d8b571948f9cf810282a7c95b6023e33bf5cc75.ajak@gentoo> Subject: [gentoo-commits] proj/docker-images:master commit in: / X-VCS-Repository: proj/docker-images X-VCS-Files: python.Dockerfile X-VCS-Directories: / X-VCS-Committer: ajak X-VCS-Committer-Name: John Helmert III X-VCS-Revision: 9d8b571948f9cf810282a7c95b6023e33bf5cc75 X-VCS-Branch: master Date: Sun, 26 May 2024 14:27:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9995e861-60f9-450d-9634-27a04e11c3a0 X-Archives-Hash: 7f83be77ba2ae18523ecf5754d451950 commit: 9d8b571948f9cf810282a7c95b6023e33bf5cc75 Author: Michał Górny gentoo org> AuthorDate: Sun May 26 14:04:57 2024 +0000 Commit: John Helmert III gentoo org> CommitDate: Sun May 26 14:27:14 2024 +0000 URL: https://gitweb.gentoo.org/proj/docker-images.git/commit/?id=9d8b5719 python.Dockerfile: Include python:3.13 Signed-off-by: Michał Górny gentoo.org> Closes: https://github.com/gentoo/gentoo-docker-images/pull/141 Signed-off-by: John Helmert III gentoo.org> python.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python.Dockerfile b/python.Dockerfile index 7d93383..a5d9bf4 100644 --- a/python.Dockerfile +++ b/python.Dockerfile @@ -21,7 +21,7 @@ RUN <<-EOF # main job emerge -1vnt --jobs dev-python/tox app-arch/lzip dev-vcs/git \ dev-python/pypy{,3_9,3_10}-exe-bin dev-db/sqlite dev-libs/mpdecimal - emerge -1v --jobs --nodeps dev-lang/python:{2.7,3.8,3.9,3.10,3.11,3.12} \ + emerge -1v --jobs --nodeps dev-lang/python:{2.7,3.8,3.9,3.10,3.11,3.12,3.13} \ dev-python/pypy{,3_9,3_10,3} # cleanup