summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2023-06-05 22:39:03 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-06 08:13:34 +0200
commit40cb59894fd81ef8bc8d4e19d89341ab3393390c (patch)
tree169549dc05147b3b79238ebcbff8118e715bc0db
parentdev-python/filetype: enable py3.12 (diff)
downloadgentoo-40cb59894fd81ef8bc8d4e19d89341ab3393390c.tar.gz
gentoo-40cb59894fd81ef8bc8d4e19d89341ab3393390c.tar.bz2
gentoo-40cb59894fd81ef8bc8d4e19d89341ab3393390c.zip
dev-python/xxhash: enable py3.12
Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/xxhash/xxhash-3.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/xxhash/xxhash-3.2.0.ebuild b/dev-python/xxhash/xxhash-3.2.0.ebuild
index dfe2fe5607c7..f17d2e60c0cd 100644
--- a/dev-python/xxhash/xxhash-3.2.0.ebuild
+++ b/dev-python/xxhash/xxhash-3.2.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi