summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-01-27 17:43:47 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-01-27 17:47:20 +0200
commit36c5a8f2322355b21bac5c300ea73c709dc704be (patch)
tree27d5a1429c2aeb1dbce4625c9d17ab04101305fe /dev-python/urwidtrees
parentdev-python/urwidtrees: EAPI=8, PEP517 (diff)
downloadgentoo-36c5a8f2322355b21bac5c300ea73c709dc704be.tar.gz
gentoo-36c5a8f2322355b21bac5c300ea73c709dc704be.tar.bz2
gentoo-36c5a8f2322355b21bac5c300ea73c709dc704be.zip
dev-python/urwidtrees: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/urwidtrees')
-rw-r--r--dev-python/urwidtrees/urwidtrees-1.0.3-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/urwidtrees/urwidtrees-1.0.3-r1.ebuild b/dev-python/urwidtrees/urwidtrees-1.0.3-r1.ebuild
index fc66149847f8..8faf91778bb7 100644
--- a/dev-python/urwidtrees/urwidtrees-1.0.3-r1.ebuild
+++ b/dev-python/urwidtrees/urwidtrees-1.0.3-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1