summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 19:34:29 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 19:59:24 +0200
commit5913092dc81429ef946456d6521b178296c81c88 (patch)
tree363e841a79929b8e3a29925f857dba6933c19fe7 /dev-python/prettytable
parentdev-python/pilkit: Enable py3.10 (diff)
downloadgentoo-5913092dc81429ef946456d6521b178296c81c88.tar.gz
gentoo-5913092dc81429ef946456d6521b178296c81c88.tar.bz2
gentoo-5913092dc81429ef946456d6521b178296c81c88.zip
dev-python/prettytable: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/prettytable')
-rw-r--r--dev-python/prettytable/prettytable-2.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/prettytable/prettytable-2.1.0.ebuild b/dev-python/prettytable/prettytable-2.1.0.ebuild
index baf03d2ccfa5..23c045b88890 100644
--- a/dev-python/prettytable/prettytable-2.1.0.ebuild
+++ b/dev-python/prettytable/prettytable-2.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1