summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2022-07-24 14:14:26 -0500
committerBen Kohler <bkohler@gentoo.org>2022-07-25 09:26:24 -0500
commit1f3f0d7d9a17567277e4d090f307c6733cc0f6b4 (patch)
treea376c7f5c3c2a67d8ec5a89877257d86d302a6ac /dev-python/stapler
parentsys-fs/udiskie: enable py3_11, disable py3_7 & py3_8 (diff)
downloadgentoo-1f3f0d7d9a17567277e4d090f307c6733cc0f6b4.tar.gz
gentoo-1f3f0d7d9a17567277e4d090f307c6733cc0f6b4.tar.bz2
gentoo-1f3f0d7d9a17567277e4d090f307c6733cc0f6b4.zip
dev-python/stapler: enable py3.11 and disable py3.8
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'dev-python/stapler')
-rw-r--r--dev-python/stapler/stapler-1.0.0_p20220330.ebuild2
1 files changed, 1 insertions, 1 deletions
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