From 45b14be9b63ac3df9f2b31c249fc4520837c00b9 Mon Sep 17 00:00:00 2001 From: John Snow Date: Wed, 26 Jun 2024 19:22:30 -0400 Subject: python: enable testing for 3.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Python 3.13 is in beta and Fedora 41 is preparing to make it the default system interpreter; enable testing for it. (In the event problems develop prior to release, it should only impact the check-python-tox job, which is not run by default and is allowed to fail.) Signed-off-by: John Snow Reviewed-by: Alex Bennée Tested-by: Alex Bennée Message-id: 20240626232230.408004-5-jsnow@redhat.com Signed-off-by: John Snow --- tests/docker/dockerfiles/python.docker | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/docker/dockerfiles/python.docker') diff --git a/tests/docker/dockerfiles/python.docker b/tests/docker/dockerfiles/python.docker index a3c1321190..8f0af9ef25 100644 --- a/tests/docker/dockerfiles/python.docker +++ b/tests/docker/dockerfiles/python.docker @@ -14,6 +14,7 @@ ENV PACKAGES \ python3.10 \ python3.11 \ python3.12 \ + python3.13 \ python3.8 \ python3.9 -- cgit 1.4.1