diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-01 20:12:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-01 20:16:27 +0100 |
commit | a5665be80e4986a01e7ad2acf17c2ba7b256a4ef (patch) | |
tree | 1aeee7f13acbb3f8ca1d8b11f12817d847d01596 /dev-python | |
parent | dev-python/rdflib: Remove test dep on berkeleydb (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/rdflib/rdflib-6.2.0.ebuild | 2 |
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 |