summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-01 20:12:03 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-01 20:16:27 +0100
commita5665be80e4986a01e7ad2acf17c2ba7b256a4ef (patch)
tree1aeee7f13acbb3f8ca1d8b11f12817d847d01596
parentdev-python/rdflib: Remove test dep on berkeleydb (diff)
downloadgentoo-a5665be80e4986a01e7ad2acf17c2ba7b256a4ef.tar.gz
gentoo-a5665be80e4986a01e7ad2acf17c2ba7b256a4ef.tar.bz2
gentoo-a5665be80e4986a01e7ad2acf17c2ba7b256a4ef.zip
dev-python/rdflib: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/rdflib/rdflib-6.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rdflib/rdflib-6.2.0.ebuild b/dev-python/rdflib/rdflib-6.2.0.ebuild
index e4c9767b589b..438e99eb3b64 100644
--- a/dev-python/rdflib/rdflib-6.2.0.ebuild
+++ b/dev-python/rdflib/rdflib-6.2.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="sqlite?,threads(+)"
inherit distutils-r1