aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn Snow <jsnow@redhat.com>2024-06-26 19:22:30 -0400
committerJohn Snow <jsnow@redhat.com>2024-07-12 16:36:20 -0400
commit45b14be9b63ac3df9f2b31c249fc4520837c00b9 (patch)
tree83c6cdb4f1c8998400ef07b6358efe88152d4a4a /tests
parente38900450fa900828cd7d5bc84c3a6a8af693696 (diff)
downloadqemu-45b14be9b63ac3df9f2b31c249fc4520837c00b9.zip
qemu-45b14be9b63ac3df9f2b31c249fc4520837c00b9.tar.gz
qemu-45b14be9b63ac3df9f2b31c249fc4520837c00b9.tar.bz2
python: enable testing for 3.13
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 <jsnow@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Tested-by: Alex Bennée <alex.bennee@linaro.org> Message-id: 20240626232230.408004-5-jsnow@redhat.com Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/docker/dockerfiles/python.docker1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/docker/dockerfiles/python.docker b/tests/docker/dockerfiles/python.docker
index a3c1321..8f0af9e 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