commit: 73bc40cdd67bf54ddeb0077430152b6dc270c396
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 9 17:02:13 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Mar 9 17:41:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73bc40cd
net-analyzer/speedtest-cli: add python3.12 support
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
net-analyzer/speedtest-cli/speedtest-cli-2.1.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/speedtest-cli/speedtest-cli-2.1.3-r2.ebuild
b/net-analyzer/speedtest-cli/speedtest-cli-2.1.3-r2.ebuild
index a200344f72c7..50fd8d8ef75d 100644
--- a/net-analyzer/speedtest-cli/speedtest-cli-2.1.3-r2.ebuild
+++ b/net-analyzer/speedtest-cli/speedtest-cli-2.1.3-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517="setuptools"
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1