From 1c464f865ad3cb84011a455caaab82b4721a33ca Mon Sep 17 00:00:00 2001 From: Nicola Smaniotto Date: Wed, 11 Jan 2023 15:02:42 +0100 Subject: [PATCH] dev-python/srt: enable py3.11 Signed-off-by: Nicola Smaniotto --- dev-python/srt/srt-3.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/srt/srt-3.5.2.ebuild b/dev-python/srt/srt-3.5.2.ebuild index 0ee9116fb0..f76a8a40d7 100644 --- a/dev-python/srt/srt-3.5.2.ebuild +++ b/dev-python/srt/srt-3.5.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1