diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-05-18 09:52:10 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-18 15:02:41 +0200 |
commit | a4a4b8dff08ce30c43cef9c3ac51d70f4ea39530 (patch) | |
tree | fad79625cb1ceb6a2953ff3338bb2a27ee8cb76a /dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild | |
parent | dev-python/namespace-sphinxcontrib: Update metadata (diff) | |
download | gentoo-a4a4b8dff08ce30c43cef9c3ac51d70f4ea39530.tar.gz gentoo-a4a4b8dff08ce30c43cef9c3ac51d70f4ea39530.tar.bz2 gentoo-a4a4b8dff08ce30c43cef9c3ac51d70f4ea39530.zip |
dev-python/unicodecsv: 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/unicodecsv/unicodecsv-0.14.1-r1.ebuild')
-rw-r--r-- | dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild index e8446087c465..41975d674716 100644 --- a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild +++ b/dev-python/unicodecsv/unicodecsv-0.14.1-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} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 |