From 0657a0ff495ebe633c87949d46ed47ea39c227cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Wed, 9 Apr 2025 14:26:24 +0200 Subject: [PATCH] [dev-python/pymongo-auth-aws] remove py3k10 --- dev-python/pymongo-auth-aws/pymongo-auth-aws-1.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pymongo-auth-aws/pymongo-auth-aws-1.3.0.ebuild b/dev-python/pymongo-auth-aws/pymongo-auth-aws-1.3.0.ebuild index 059e938..d2737d0 100644 --- a/dev-python/pymongo-auth-aws/pymongo-auth-aws-1.3.0.ebuild +++ b/dev-python/pymongo-auth-aws/pymongo-auth-aws-1.3.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 pypi