summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-19 21:08:31 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-19 21:08:31 +0200
commitf0d4aef1426b56630be44751f9f56817af156e2f (patch)
tree595609823c948301e0d0d7093cee53d53cfb462b
parentdev-python/send2trash: Use PEP517 build (diff)
downloadgentoo-f0d4aef1.tar.gz
gentoo-f0d4aef1.tar.bz2
gentoo-f0d4aef1.zip
dev-python/send2trash: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/send2trash/send2trash-1.8.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/send2trash/send2trash-1.8.0-r1.ebuild b/dev-python/send2trash/send2trash-1.8.0-r1.ebuild
index 9f01dfbdd6d4..2836e8a99d8b 100644
--- a/dev-python/send2trash/send2trash-1.8.0-r1.ebuild
+++ b/dev-python/send2trash/send2trash-1.8.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1