summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 14:37:01 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 14:37:01 +0200
commitff70791f09ecd5bd3ce9b8796934eaee81b05df7 (patch)
tree31d354f9121ecc80d5bb619cec007c9df0b36852 /dev-python/arrow
parentdev-python/asn1crypto: Enable py3.10 (diff)
downloadgentoo-ff70791f09ecd5bd3ce9b8796934eaee81b05df7.tar.gz
gentoo-ff70791f09ecd5bd3ce9b8796934eaee81b05df7.tar.bz2
gentoo-ff70791f09ecd5bd3ce9b8796934eaee81b05df7.zip
dev-python/arrow: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/arrow')
-rw-r--r--dev-python/arrow/arrow-1.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/arrow/arrow-1.1.0.ebuild b/dev-python/arrow/arrow-1.1.0.ebuild
index 81e5cb7ef66e..5064da91ddf9 100644
--- a/dev-python/arrow/arrow-1.1.0.ebuild
+++ b/dev-python/arrow/arrow-1.1.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1