summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-10 17:39:09 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-10 19:00:55 +0200
commit4c6c485a40ab8ae33225359b6e610b7e751897dd (patch)
treeb46bfbdd7ff0bf70cf88dd084d98a991e7fa4d44 /dev-python/ddt
parentdev-python/aiounittest: Enable py3.13 (diff)
downloadgentoo-4c6c485a40ab8ae33225359b6e610b7e751897dd.tar.gz
gentoo-4c6c485a40ab8ae33225359b6e610b7e751897dd.tar.bz2
gentoo-4c6c485a40ab8ae33225359b6e610b7e751897dd.zip
dev-python/ddt: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ddt')
-rw-r--r--dev-python/ddt/ddt-1.7.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ddt/ddt-1.7.2.ebuild b/dev-python/ddt/ddt-1.7.2.ebuild
index 324f6de7e917..d2c9fb554e70 100644
--- a/dev-python/ddt/ddt-1.7.2.ebuild
+++ b/dev-python/ddt/ddt-1.7.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1