diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-05-07 00:43:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-07 13:25:07 +0200 |
commit | f26b5783ca1a4b6e88f5806e64acf914d3c1fec0 (patch) | |
tree | e77a7bc756ffc2af52de1fe92b272eb88dbe54c3 /dev-python/dill | |
parent | dev-python/py-ubjson: Port to python3.10 (diff) | |
download | gentoo-f26b5783ca1a4b6e88f5806e64acf914d3c1fec0.tar.gz gentoo-f26b5783ca1a4b6e88f5806e64acf914d3c1fec0.tar.bz2 gentoo-f26b5783ca1a4b6e88f5806e64acf914d3c1fec0.zip |
dev-python/dill: 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/dill')
-rw-r--r-- | dev-python/dill/dill-0.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/dill/dill-0.3.3.ebuild b/dev-python/dill/dill-0.3.3.ebuild index 41751fbcd60b..e8db905be3da 100644 --- a/dev-python/dill/dill-0.3.3.ebuild +++ b/dev-python/dill/dill-0.3.3.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 |