commit: dc2bacc70bd87109f28788bcffe8d833369f50ba
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu May 15 19:19:49 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May 15 19:19:49 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc2bacc7
dev-python/hatch-nodejs-version: enable py3.14
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/hatch-nodejs-version/hatch-nodejs-version-0.3.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hatch-nodejs-version/hatch-nodejs-version-0.3.2.ebuild
b/dev-python/hatch-nodejs-version/hatch-nodejs-version-0.3.2.ebuild
index 463d3dd3e337..89de6bc71790 100644
--- a/dev-python/hatch-nodejs-version/hatch-nodejs-version-0.3.2.ebuild
+++ b/dev-python/hatch-nodejs-version/hatch-nodejs-version-0.3.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1 pypi