summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-31 15:53:58 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-31 15:58:01 +0200
commitf5dbaafa2574142192acdc5015393ed8a59a1a0b (patch)
treea5532e52711dca0e9e2d490e5fb8f991a2271042 /dev-python/basho-erlastic
parentdev-lang/python: Fix version number in 3.12.0_beta1_p4 (diff)
downloadgentoo-f5dbaafa2574142192acdc5015393ed8a59a1a0b.tar.gz
gentoo-f5dbaafa2574142192acdc5015393ed8a59a1a0b.tar.bz2
gentoo-f5dbaafa2574142192acdc5015393ed8a59a1a0b.zip
dev-python/basho-erlastic: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/basho-erlastic')
-rw-r--r--dev-python/basho-erlastic/basho-erlastic-2.1.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/basho-erlastic/basho-erlastic-2.1.1-r1.ebuild b/dev-python/basho-erlastic/basho-erlastic-2.1.1-r1.ebuild
index f7879dc1a593..c452174b517c 100644
--- a/dev-python/basho-erlastic/basho-erlastic-2.1.1-r1.ebuild
+++ b/dev-python/basho-erlastic/basho-erlastic-2.1.1-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi