diff options
author | 2021-05-07 02:38:23 +0100 | |
---|---|---|
committer | 2021-05-07 13:57:56 +0200 | |
commit | 74f7faf4f35818a66b37674ea1a7d9c5d999288f (patch) | |
tree | 569c8b6a5f49d39f46a9d7462b5a3b5f96b742ac /dev-python/decorator | |
parent | dev-python/xlrd: Port to python3.10 (diff) | |
download | gentoo-74f7faf4f35818a66b37674ea1a7d9c5d999288f.tar.gz gentoo-74f7faf4f35818a66b37674ea1a7d9c5d999288f.tar.bz2 gentoo-74f7faf4f35818a66b37674ea1a7d9c5d999288f.zip |
dev-python/decorator: Port to python3.10
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/decorator')
-rw-r--r-- | dev-python/decorator/decorator-5.0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/decorator/decorator-5.0.7.ebuild b/dev-python/decorator/decorator-5.0.7.ebuild index 60ee888e6145..535b01d398cb 100644 --- a/dev-python/decorator/decorator-5.0.7.ebuild +++ b/dev-python/decorator/decorator-5.0.7.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{7..9} ) +PYTHON_COMPAT=( pypy3 python3_{7..10} ) inherit distutils-r1 |