diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-05-07 00:39:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-07 13:25:01 +0200 |
commit | 92a9535342f2a2f1d55da86a22aabe66ea84af31 (patch) | |
tree | 7eae5d8b4fe6572f1f55638efc7d5de9f356cb9f /dev-python/pytrie | |
parent | dev-python/pathspec: Port to python3.10 (diff) | |
download | gentoo-92a9535342f2a2f1d55da86a22aabe66ea84af31.tar.gz gentoo-92a9535342f2a2f1d55da86a22aabe66ea84af31.tar.bz2 gentoo-92a9535342f2a2f1d55da86a22aabe66ea84af31.zip |
dev-python/pytrie: 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/pytrie')
-rw-r--r-- | dev-python/pytrie/pytrie-0.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytrie/pytrie-0.4.0.ebuild b/dev-python/pytrie/pytrie-0.4.0.ebuild index 333f21703877..0b437ef2be76 100644 --- a/dev-python/pytrie/pytrie-0.4.0.ebuild +++ b/dev-python/pytrie/pytrie-0.4.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 |