diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-02-26 11:19:02 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-02-26 11:19:02 +0100 |
commit | 21af54261c31620f6deed1c24502a8f5aee43ea2 (patch) | |
tree | 10d2c0424e7f37fe642c9738edbdc6274d7e45f6 /www-apps/nikola | |
parent | dev-python/PyRSS2Gen: Update for Python 3.11 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |