summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-17 10:16:58 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-17 10:31:56 +0100
commit277fe2e4064e3b34f62c42125bfc0e0b1a70cb6b (patch)
treed94119046eb510fd9afd727dc512358c42be9229
parentdev-python/django-prometheus: PEP517, py3.11, pypi.eclass (diff)
downloadgentoo-277fe2e4064e3b34f62c42125bfc0e0b1a70cb6b.tar.gz
gentoo-277fe2e4064e3b34f62c42125bfc0e0b1a70cb6b.tar.bz2
gentoo-277fe2e4064e3b34f62c42125bfc0e0b1a70cb6b.zip
dev-python/odfpy: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/odfpy/odfpy-1.4.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/odfpy/odfpy-1.4.2.ebuild b/dev-python/odfpy/odfpy-1.4.2.ebuild
index d5e65ce11eac..7e050a934c1e 100644
--- a/dev-python/odfpy/odfpy-1.4.2.ebuild
+++ b/dev-python/odfpy/odfpy-1.4.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1