diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-05-07 02:35:01 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-07 13:57:54 +0200 |
commit | bbec62e026675e3b160369e06395f794ca61ecbf (patch) | |
tree | 70f4323caba559c683db174bc2d6546dbdf85c62 /dev-python/xlrd | |
parent | dev-python/xlwt: Port to python3.10 (diff) | |
download | gentoo-bbec62e026675e3b160369e06395f794ca61ecbf.tar.gz gentoo-bbec62e026675e3b160369e06395f794ca61ecbf.tar.bz2 gentoo-bbec62e026675e3b160369e06395f794ca61ecbf.zip |
dev-python/xlrd: 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/xlrd')
-rw-r--r-- | dev-python/xlrd/xlrd-2.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/xlrd/xlrd-2.0.1.ebuild b/dev-python/xlrd/xlrd-2.0.1.ebuild index 019eb5ab8c09..e8394a36d29a 100644 --- a/dev-python/xlrd/xlrd-2.0.1.ebuild +++ b/dev-python/xlrd/xlrd-2.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 |