diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-01 07:44:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-01 07:56:18 +0200 |
commit | 728c8e2f84e9c4c1ac4275c8aa7eb8c5ecc5a728 (patch) | |
tree | a6bfb236707836bed16fb66b05ee6cb4c05339ff /dev-python/unicodecsv | |
parent | distutils-r1.eclass: Cover plain '[entry_points]' in setup.cfg (diff) | |
download | gentoo-728c8e2f84e9c4c1ac4275c8aa7eb8c5ecc5a728.tar.gz gentoo-728c8e2f84e9c4c1ac4275c8aa7eb8c5ecc5a728.tar.bz2 gentoo-728c8e2f84e9c4c1ac4275c8aa7eb8c5ecc5a728.zip |
dev-python/unicodecsv: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/unicodecsv')
-rw-r--r-- | dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild index 1b0e7f8bad9a..1b726c42c610 100644 --- a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild +++ b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( python{2_7,3_{6..9}} ) inherit distutils-r1 |