From 1f3f0d7d9a17567277e4d090f307c6733cc0f6b4 Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Sun, 24 Jul 2022 14:14:26 -0500 Subject: dev-python/stapler: enable py3.11 and disable py3.8 Signed-off-by: Ben Kohler --- dev-python/stapler/stapler-1.0.0_p20220330.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/stapler/stapler-1.0.0_p20220330.ebuild b/dev-python/stapler/stapler-1.0.0_p20220330.ebuild index b1ac532be99b..01ff7eac5f7c 100644 --- a/dev-python/stapler/stapler-1.0.0_p20220330.ebuild +++ b/dev-python/stapler/stapler-1.0.0_p20220330.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1 -- cgit v1.2.3-65-gdbad