aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Schubert <mschu.dev@gmail.com>2024-06-17 11:52:04 +0000
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-06-19 12:14:18 +0200
commit09a8c0d289935a4581fcec6fbe1495b28c8ee44c (patch)
treeb3fc01e1d45154511419b9c4c69519299373acd5
parentdev-python/snakemake-storage-plugins: add ebuild (diff)
downloadsci-09a8c0d289935a4581fcec6fbe1495b28c8ee44c.tar.gz
sci-09a8c0d289935a4581fcec6fbe1495b28c8ee44c.tar.bz2
sci-09a8c0d289935a4581fcec6fbe1495b28c8ee44c.zip
dev-python/datrie: py3.12 compat
Signed-off-by: Michael Schubert <mschu.dev@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--dev-python/datrie/datrie-0.8.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/datrie/datrie-0.8.2-r1.ebuild b/dev-python/datrie/datrie-0.8.2-r1.ebuild
index e8f9f9336..3bbd197d7 100644
--- a/dev-python/datrie/datrie-0.8.2-r1.ebuild
+++ b/dev-python/datrie/datrie-0.8.2-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
# Fails to compile with pep517
#DISTUTILS_USE_PEP517=setuptools