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>
This commit is contained in:
John Snow 2024-06-26 19:22:30 -04:00
parent e38900450f
commit 45b14be9b6
2 changed files with 3 additions and 1 deletions

View file

@ -14,6 +14,7 @@ ENV PACKAGES \
python3.10 \
python3.11 \
python3.12 \
python3.13 \
python3.8 \
python3.9