From 9567e8318353e8dd4628c02ea388dac2e691eff4 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Wed, 14 May 2025 23:25:32 +0300 Subject: [PATCH] dev-python/rfc8785: enable py3.14 Signed-off-by: Arthur Zamarin --- dev-python/rfc8785/rfc8785-0.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/rfc8785/rfc8785-0.1.4.ebuild b/dev-python/rfc8785/rfc8785-0.1.4.ebuild index 0c1e744510760..64cc3300a48a3 100644 --- a/dev-python/rfc8785/rfc8785-0.1.4.ebuild +++ b/dev-python/rfc8785/rfc8785-0.1.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) +PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) inherit distutils-r1 pypi