From 29dddf346c08ac8a98e0a2984cf6a812f1d70342 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 19 Apr 2026 23:19:55 +0100 Subject: [PATCH] dev-util/ropper: enable py3.14 Signed-off-by: Sam James --- dev-util/ropper/ropper-1.13.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/ropper/ropper-1.13.13.ebuild b/dev-util/ropper/ropper-1.13.13.ebuild index 81239d652f7cc..69b45af8a3bcf 100644 --- a/dev-util/ropper/ropper-1.13.13.ebuild +++ b/dev-util/ropper/ropper-1.13.13.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1