commit:     9d8b571948f9cf810282a7c95b6023e33bf5cc75
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 26 14:04:57 2024 +0000
Commit:     John Helmert III <ajak <AT> gentoo <DOT> 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 <mgorny <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo-docker-images/pull/141
Signed-off-by: John Helmert III <ajak <AT> 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

Reply via email to