commit: b1cdff7c4240e348ea72ebee8c123714c37d33dd
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 12:23:09 2023 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 12:24:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1cdff7c
net-news/canto-{daemon,curses}: add Python 3.11 support
Reported-by: Michał Górny <mgorny <AT> gentoo.org>
Closes: https://bugs.gentoo.org/897138
Closes: https://bugs.gentoo.org/897140
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
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 54185b196972..d19be6fc05ba 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 273aed1916ee..31c5019726ce 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