From b8ad4db637843b56bfa5b3c01854b2b91c01bf4c Mon Sep 17 00:00:00 2001 From: Mike Pagano Date: Mon, 10 Aug 2026 16:34:56 -0400 Subject: [PATCH] dev-python/authheaders: disable py3.10, py3.11, py3.8, py3.9 Signed-off-by: Mike Pagano --- dev-python/authheaders/authheaders-0.16.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/authheaders/authheaders-0.16.3.ebuild b/dev-python/authheaders/authheaders-0.16.3.ebuild index 8786a20e5a1e1..15ea90748fbfa 100644 --- a/dev-python/authheaders/authheaders-0.16.3.ebuild +++ b/dev-python/authheaders/authheaders-0.16.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..15} ) +PYTHON_COMPAT=( python3_{12..15} ) inherit distutils-r1 pypi