From 8d6004f2e6f76e974748f93c9311c9f62e61d2af Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Mon, 27 Oct 2025 17:36:29 +0500 Subject: [PATCH] net-misc/gmcapsule: enable py3.14 Signed-off-by: Anna (cybertailor) Vyalkova --- net-misc/gmcapsule/gmcapsule-0.9.8.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net-misc/gmcapsule/gmcapsule-0.9.8.ebuild b/net-misc/gmcapsule/gmcapsule-0.9.8.ebuild index e75c6fa2f4..5728d61841 100644 --- a/net-misc/gmcapsule/gmcapsule-0.9.8.ebuild +++ b/net-misc/gmcapsule/gmcapsule-0.9.8.ebuild @@ -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() {