summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-02-26 11:16:06 +0100
committerUlrich Müller <ulm@gentoo.org>2023-02-26 11:16:43 +0100
commitd94975d0c21436f518912c01635b9f139d02d897 (patch)
treeced00530e036662492dad91aa90ac401757aaf1d /dev-python/PyRSS2Gen
parentdev-lang/ispc: enable py3.11 (diff)
downloadgentoo-d94975d0c21436f518912c01635b9f139d02d897.tar.gz
gentoo-d94975d0c21436f518912c01635b9f139d02d897.tar.bz2
gentoo-d94975d0c21436f518912c01635b9f139d02d897.zip
dev-python/PyRSS2Gen: Update for Python 3.11
Tested with www-apps/nikola-8.2.3-r1. Closes: https://bugs.gentoo.org/896742 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-python/PyRSS2Gen')
-rw-r--r--dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild
index 4eb058365914..e3959e15dcab 100644
--- a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild
+++ b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9,10,11} )
inherit distutils-r1