From cbd8cfb26a60ab60ab3541dea9b2e206aaac3423 Mon Sep 17 00:00:00 2001 From: Konstantin Tutsch Date: Mon, 21 Aug 2023 20:51:31 +0200 Subject: [PATCH] net-misc/toot: enable py3.11 Signed-off-by: Konstantin Tutsch --- net-misc/toot/toot-0.38.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/toot/toot-0.38.1.ebuild b/net-misc/toot/toot-0.38.1.ebuild index 11a40a6cf0..2633cd02d6 100644 --- a/net-misc/toot/toot-0.38.1.ebuild +++ b/net-misc/toot/toot-0.38.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_12 ) +PYTHON_COMPAT=( python3_{11..12} ) inherit distutils-r1