diff options
author | Ben Kohler <bkohler@gentoo.org> | 2022-07-24 14:14:26 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2022-07-25 09:26:24 -0500 |
commit | 1f3f0d7d9a17567277e4d090f307c6733cc0f6b4 (patch) | |
tree | a376c7f5c3c2a67d8ec5a89877257d86d302a6ac /dev-python/stapler | |
parent | sys-fs/udiskie: enable py3_11, disable py3_7 & py3_8 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |