net-misc/gmcapsule: enable py3.14

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2025-10-27 17:36:29 +05:00
parent a802a65e1f
commit 8d6004f2e6

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1 pypi systemd
@@ -22,8 +22,6 @@ RDEPEND="
>=dev-python/pyopenssl-21
"
EPYTEST_PLUGINS=( pytest-import-check )
distutils_enable_tests import-check
python_install() {