commit: 21af54261c31620f6deed1c24502a8f5aee43ea2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Feb 26 10:19:02 2023 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Feb 26 10:19:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21af5426
www-apps/nikola: Update for Python 3.11 Closes: https://bugs.gentoo.org/897328 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> www-apps/nikola/nikola-8.2.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/nikola/nikola-8.2.3-r1.ebuild b/www-apps/nikola/nikola-8.2.3-r1.ebuild index 60c2d9ab9773..abf13edcba86 100644 --- a/www-apps/nikola/nikola-8.2.3-r1.ebuild +++ b/www-apps/nikola/nikola-8.2.3-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9,10} ) +PYTHON_COMPAT=( python3_{9,10,11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 optfeature pypi
