summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-09 19:17:50 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-09 19:32:20 +0200
commitefa51e025b29534b5be135ab97496fa8fef8fafc (patch)
tree6136297f32b7817408c8dce40860548d16fda2ee
parentdev-python/pytest-freezer: Enable py3.13 (diff)
downloadgentoo-efa51e025b29534b5be135ab97496fa8fef8fafc.tar.gz
gentoo-efa51e025b29534b5be135ab97496fa8fef8fafc.tar.bz2
gentoo-efa51e025b29534b5be135ab97496fa8fef8fafc.zip
dev-python/tempora: Enable testing on py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/tempora/tempora-5.5.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/tempora/tempora-5.5.1.ebuild b/dev-python/tempora/tempora-5.5.1.ebuild
index c51ba43ca67b..0a0302c6d6d0 100644
--- a/dev-python/tempora/tempora-5.5.1.ebuild
+++ b/dev-python/tempora/tempora-5.5.1.ebuild
@@ -4,8 +4,8 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_TESTED=( pypy3 python3_{10..12} )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_13 )
+PYTHON_TESTED=( pypy3 python3_{10..13} )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
inherit distutils-r1 pypi