diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-27 17:43:47 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-27 17:47:20 +0200 |
commit | 36c5a8f2322355b21bac5c300ea73c709dc704be (patch) | |
tree | 27d5a1429c2aeb1dbce4625c9d17ab04101305fe /dev-python/urwidtrees | |
parent | dev-python/urwidtrees: EAPI=8, PEP517 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |