From 375627f1252125b526dae23092ef634067f60867 Mon Sep 17 00:00:00 2001 From: Nicola Smaniotto Date: Mon, 27 Feb 2023 15:48:32 +0100 Subject: [PATCH] dev-python/srt: enable py3.11 Closes: https://bugs.gentoo.org/897580 Signed-off-by: Nicola Smaniotto --- dev-python/srt/srt-3.5.0.ebuild | 2 +- dev-python/srt/srt-3.5.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/srt/srt-3.5.0.ebuild b/dev-python/srt/srt-3.5.0.ebuild index b6159b07a2..fec4f075e6 100644 --- a/dev-python/srt/srt-3.5.0.ebuild +++ b/dev-python/srt/srt-3.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 diff --git a/dev-python/srt/srt-3.5.1.ebuild b/dev-python/srt/srt-3.5.1.ebuild index e484b2fa6b..26842f6b77 100644 --- a/dev-python/srt/srt-3.5.1.ebuild +++ b/dev-python/srt/srt-3.5.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1