summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-02-26 11:19:02 +0100
committerUlrich Müller <ulm@gentoo.org>2023-02-26 11:19:02 +0100
commit21af54261c31620f6deed1c24502a8f5aee43ea2 (patch)
tree10d2c0424e7f37fe642c9738edbdc6274d7e45f6 /www-apps/nikola
parentdev-python/PyRSS2Gen: Update for Python 3.11 (diff)
downloadgentoo-21af54261c31620f6deed1c24502a8f5aee43ea2.tar.gz
gentoo-21af54261c31620f6deed1c24502a8f5aee43ea2.tar.bz2
gentoo-21af54261c31620f6deed1c24502a8f5aee43ea2.zip
www-apps/nikola: Update for Python 3.11
Closes: https://bugs.gentoo.org/897328 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'www-apps/nikola')
-rw-r--r--www-apps/nikola/nikola-8.2.3-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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