summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-31 17:38:20 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-31 18:05:40 +0200
commit7dd7fc19c6b019cd789e44baa4f205cfeeeb5321 (patch)
treefeba29741c834eaf3f5b6dc4fbbba7b4b770c311 /dev-python/ddt
parentdev-python/dbfread: Enable py3.12 (diff)
downloadgentoo-7dd7fc19c6b019cd789e44baa4f205cfeeeb5321.tar.gz
gentoo-7dd7fc19c6b019cd789e44baa4f205cfeeeb5321.tar.bz2
gentoo-7dd7fc19c6b019cd789e44baa4f205cfeeeb5321.zip
dev-python/ddt: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ddt')
-rw-r--r--dev-python/ddt/ddt-1.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ddt/ddt-1.6.0.ebuild b/dev-python/ddt/ddt-1.6.0.ebuild
index 8b8fa77ed212..1eb46e3b2d0a 100644
--- a/dev-python/ddt/ddt-1.6.0.ebuild
+++ b/dev-python/ddt/ddt-1.6.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1