From 21af54261c31620f6deed1c24502a8f5aee43ea2 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sun, 26 Feb 2023 11:19:02 +0100 Subject: www-apps/nikola: Update for Python 3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/897328 Signed-off-by: Ulrich Müller --- www-apps/nikola/nikola-8.2.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www-apps/nikola') 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 -- cgit v1.2.3-65-gdbad