summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZamarin Arthur <arthurzam@gmail.com>2021-05-23 09:08:32 +0300
committerMichał Górny <mgorny@gentoo.org>2021-05-23 11:29:04 +0200
commitd8e2e9b3601d1175447e104801ec700d667f1a85 (patch)
tree9742bcdb19b48416a02bad337aa1c9cbf76d6bc8 /dev-python
parentdev-python/et_xmlfile: Mark ALLARCHES (diff)
downloadgentoo-d8e2e9b3601d1175447e104801ec700d667f1a85.tar.gz
gentoo-d8e2e9b3601d1175447e104801ec700d667f1a85.tar.bz2
gentoo-d8e2e9b3601d1175447e104801ec700d667f1a85.zip
dev-python/openpyxl: bump to python 3.10
passes tests Signed-off-by: Zamarin Arthur <arthurzam@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20943 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/openpyxl/openpyxl-3.0.7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/openpyxl/openpyxl-3.0.7.ebuild b/dev-python/openpyxl/openpyxl-3.0.7.ebuild
index 526fc8d0d055..d78f064d0725 100644
--- a/dev-python/openpyxl/openpyxl-3.0.7.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.0.7.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1