diff options
author | Zamarin Arthur <arthurzam@gmail.com> | 2021-05-31 12:28:32 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-31 14:08:41 +0200 |
commit | a3663ec6abbde57dfca634e42d6171d1ed033aae (patch) | |
tree | 7c4cd504d0b04cccd9aaa2b11f28d4bfbcfbc5b3 /dev-python/manuel | |
parent | dev-python/zope-exceptions: bump to python 3.10 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |