]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
python: enable testing for 3.13
authorJohn Snow <jsnow@redhat.com>
Wed, 26 Jun 2024 23:22:30 +0000 (19:22 -0400)
committerJohn Snow <jsnow@redhat.com>
Fri, 12 Jul 2024 20:36:20 +0000 (16:36 -0400)
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>
python/setup.cfg
tests/docker/dockerfiles/python.docker

index 8ebd345d7ed1e4dcd639ab30f2d7e22d689a14f8..3b4e2cc5501864679f67b006ab9a0a0163038ed8 100644 (file)
@@ -19,6 +19,7 @@ classifiers =
     Programming Language :: Python :: 3.10
     Programming Language :: Python :: 3.11
     Programming Language :: Python :: 3.12
+    Programming Language :: Python :: 3.13
     Typing :: Typed
 
 [options]
@@ -184,7 +185,7 @@ multi_line_output=3
 # of python available on your system to run this test.
 
 [tox:tox]
-envlist = py38, py39, py310, py311, py312
+envlist = py38, py39, py310, py311, py312, py313
 skip_missing_interpreters = true
 
 [testenv]
index a3c1321190c7f7158f435a1a5fee94d71f423dd8..8f0af9ef25faa2a5884b4cd6c65ea6aff19f24c8 100644 (file)
@@ -14,6 +14,7 @@ ENV PACKAGES \
     python3.10 \
     python3.11 \
     python3.12 \
+    python3.13 \
     python3.8 \
     python3.9