summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-05-16 21:47:04 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-05-16 21:58:06 +0300
commit18533a096363ea92daf93a70944b4e37f183075d (patch)
tree37745db04f53f368e145fc4e0c147b8e85c564c3 /dev-python/texttable
parentdev-python/tinycss: EAPI=8, PEP517 (diff)
downloadgentoo-18533a096363ea92daf93a70944b4e37f183075d.tar.gz
gentoo-18533a096363ea92daf93a70944b4e37f183075d.tar.bz2
gentoo-18533a096363ea92daf93a70944b4e37f183075d.zip
dev-python/texttable: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/texttable')
-rw-r--r--dev-python/texttable/texttable-1.6.4-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/texttable/texttable-1.6.4-r1.ebuild b/dev-python/texttable/texttable-1.6.4-r1.ebuild
index 34cfa4fab568..cdbc4ef55175 100644
--- a/dev-python/texttable/texttable-1.6.4-r1.ebuild
+++ b/dev-python/texttable/texttable-1.6.4-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1 optfeature