diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-05-07 02:29:22 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-07 13:57:49 +0200 |
commit | 201fdcca12c5f5cfca0ea57bd29f216298201b88 (patch) | |
tree | 749c3166a3383197a8f1c16233f6ec47ef264f69 | |
parent | dev-python/cycler: Port to python3.10 (diff) | |
download | gentoo-201fdcca12c5f5cfca0ea57bd29f216298201b88.tar.gz gentoo-201fdcca12c5f5cfca0ea57bd29f216298201b88.tar.bz2 gentoo-201fdcca12c5f5cfca0ea57bd29f216298201b88.zip |
dev-python/olefile: Port to python3.10
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/olefile/olefile-0.46-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/olefile/olefile-0.46-r1.ebuild b/dev-python/olefile/olefile-0.46-r1.ebuild index 559cae7e0b0a..a4c54fc05f88 100644 --- a/dev-python/olefile/olefile-0.46-r1.ebuild +++ b/dev-python/olefile/olefile-0.46-r1.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} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1 |