diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-06-17 09:52:37 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-06-17 11:10:17 +0300 |
commit | 90f86a97564e8d4621bde5973275d1a5d25c1459 (patch) | |
tree | 03ac56fad8b1d292e3896ca748d0e3a3483d544b /dev-python/blessed | |
parent | dev-python/dominate: enable py3.11 (diff) | |
download | gentoo-90f86a97564e8d4621bde5973275d1a5d25c1459.tar.gz gentoo-90f86a97564e8d4621bde5973275d1a5d25c1459.tar.bz2 gentoo-90f86a97564e8d4621bde5973275d1a5d25c1459.zip |
dev-python/blessed: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/blessed')
-rw-r--r-- | dev-python/blessed/blessed-1.19.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/blessed/blessed-1.19.1.ebuild b/dev-python/blessed/blessed-1.19.1.ebuild index bae365cce1aa..237141e22f4b 100644 --- a/dev-python/blessed/blessed-1.19.1.ebuild +++ b/dev-python/blessed/blessed-1.19.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{8..10} ) +PYTHON_COMPAT=( pypy3 python3_{8..11} ) inherit distutils-r1 DESCRIPTION="Library for making terminal apps using colors, keyboard input and positioning" |