summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZamarin Arthur <arthurzam@gmail.com>2021-05-31 12:28:32 +0300
committerMichał Górny <mgorny@gentoo.org>2021-05-31 14:08:41 +0200
commita3663ec6abbde57dfca634e42d6171d1ed033aae (patch)
tree7c4cd504d0b04cccd9aaa2b11f28d4bfbcfbc5b3 /dev-python/manuel
parentdev-python/zope-exceptions: bump to python 3.10 (diff)
downloadgentoo-a3663ec6abbde57dfca634e42d6171d1ed033aae.tar.gz
gentoo-a3663ec6abbde57dfca634e42d6171d1ed033aae.tar.bz2
gentoo-a3663ec6abbde57dfca634e42d6171d1ed033aae.zip
dev-python/manuel: bump to python 3.10
passes tests Signed-off-by: Zamarin Arthur <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/manuel')
-rw-r--r--dev-python/manuel/manuel-1.10.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/manuel/manuel-1.10.1.ebuild b/dev-python/manuel/manuel-1.10.1.ebuild
index 402aa2a23dc6..96120aee9f88 100644
--- a/dev-python/manuel/manuel-1.10.1.ebuild
+++ b/dev-python/manuel/manuel-1.10.1.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS="rdepend"
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1