From b1cdff7c4240e348ea72ebee8c123714c37d33dd Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Mon, 27 Feb 2023 15:23:09 +0300 Subject: [PATCH] net-news/canto-{daemon,curses}: add Python 3.11 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported-by: Michał Górny Closes: https://bugs.gentoo.org/897138 Closes: https://bugs.gentoo.org/897140 Signed-off-by: Sergey Popov --- net-news/canto-curses/canto-curses-0.9.9.ebuild | 2 +- net-news/canto-daemon/canto-daemon-0.9.8.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-news/canto-curses/canto-curses-0.9.9.ebuild b/net-news/canto-curses/canto-curses-0.9.9.ebuild index 54185b1969729..d19be6fc05ba8 100644 --- a/net-news/canto-curses/canto-curses-0.9.9.ebuild +++ b/net-news/canto-curses/canto-curses-0.9.9.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="ncurses(+),threads(+)" inherit distutils-r1 diff --git a/net-news/canto-daemon/canto-daemon-0.9.8.ebuild b/net-news/canto-daemon/canto-daemon-0.9.8.ebuild index 273aed1916ee3..31c5019726ce9 100644 --- a/net-news/canto-daemon/canto-daemon-0.9.8.ebuild +++ b/net-news/canto-daemon/canto-daemon-0.9.8.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="xml(+),threads(+)" inherit distutils-r1