diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-19 21:08:31 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-19 21:08:31 +0200 |
commit | f0d4aef1426b56630be44751f9f56817af156e2f (patch) | |
tree | 595609823c948301e0d0d7093cee53d53cfb462b /dev-python/send2trash | |
parent | dev-python/send2trash: Use PEP517 build (diff) | |
download | gentoo-f0d4aef1426b56630be44751f9f56817af156e2f.tar.gz gentoo-f0d4aef1426b56630be44751f9f56817af156e2f.tar.bz2 gentoo-f0d4aef1426b56630be44751f9f56817af156e2f.zip |
dev-python/send2trash: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/send2trash')
-rw-r--r-- | dev-python/send2trash/send2trash-1.8.0-r1.ebuild | 2 |
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 |