commit: 271ffd180046ab4acae19f8c877bb2e4ccd429e2
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed May 14 20:29:51 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed May 14 20:35:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271ffd18
dev-python/roman-numerals-py: enable py3.14, python3_14t
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/roman-numerals-py/roman-numerals-py-3.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/roman-numerals-py/roman-numerals-py-3.1.0.ebuild
b/dev-python/roman-numerals-py/roman-numerals-py-3.1.0.ebuild
index cd3b9be935a7..8874e34e5beb 100644
--- a/dev-python/roman-numerals-py/roman-numerals-py-3.1.0.ebuild
+++ b/dev-python/roman-numerals-py/roman-numerals-py-3.1.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} python3_13t )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_{13..14}t )
inherit distutils-r1 pypi