commit: 5173841cf3335b8d8a5bbd566a8101b782b443f2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 10 19:42:54 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 10 19:42:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5173841c
dev-python/hatch-fancy-pypi-readme: enable py3.14
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-25.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev-python/hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-25.1.0.ebuild
b/dev-python/hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-25.1.0.ebuild
index 9e8c4df7dc03..9593c8d8f8b7 100644
--- a/dev-python/hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-25.1.0.ebuild
+++ b/dev-python/hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-25.1.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3_11 python3_{11..13} python3_13t )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_13t )
inherit distutils-r1