summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-10-24 18:23:20 +0200
committerMichał Górny <mgorny@gentoo.org>2023-10-24 19:50:50 +0200
commita0639761fcd19f28c1d7f3943c2c6bd4f25645f0 (patch)
tree1e2a3c34635402a4a6bf0761c1390775433bc0a9
parentdev-python/stack-data: Enable py3.12 (diff)
downloadgentoo-a0639761fcd19f28c1d7f3943c2c6bd4f25645f0.tar.gz
gentoo-a0639761fcd19f28c1d7f3943c2c6bd4f25645f0.tar.bz2
gentoo-a0639761fcd19f28c1d7f3943c2c6bd4f25645f0.zip
dev-python/executing: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/executing/executing-2.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/executing/executing-2.0.0.ebuild b/dev-python/executing/executing-2.0.0.ebuild
index b48f2ba92db0..992a4b31cee4 100644
--- a/dev-python/executing/executing-2.0.0.ebuild
+++ b/dev-python/executing/executing-2.0.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 optfeature