dev-python/roman-numerals-py: enable py3.14, python3_14t

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin 2025-05-14 23:29:51 +03:00
parent 15a34d338a
commit 271ffd1800
No known key found for this signature in database
GPG Key ID: 02A0AF503D120504

View File

@ -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