summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-25 16:47:08 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-25 16:47:08 +0200
commitedcf33bee00ed037a45ae085f5e0f10d326782f5 (patch)
treee2835c8469bd226bec4151538ccbc8267674ff90
parentdev-python/tomlkit: Enable py3.12 (diff)
downloadgentoo-edcf33bee00ed037a45ae085f5e0f10d326782f5.tar.gz
gentoo-edcf33bee00ed037a45ae085f5e0f10d326782f5.tar.bz2
gentoo-edcf33bee00ed037a45ae085f5e0f10d326782f5.zip
dev-python/natsort: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/natsort/natsort-8.3.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/natsort/natsort-8.3.1.ebuild b/dev-python/natsort/natsort-8.3.1.ebuild
index e9c0c4b0c8ae..5db6268d2a69 100644
--- a/dev-python/natsort/natsort-8.3.1.ebuild
+++ b/dev-python/natsort/natsort-8.3.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1 optfeature pypi