summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2024-03-09 17:59:22 +0100
committerConrad Kostecki <conikost@gentoo.org>2024-03-09 18:41:17 +0100
commit7623c0c369134cf75ff5299c3e0ac53343f7e39a (patch)
treeb3ce8835f10baffae39662aad5ee9603fef08624 /dev-python/dissononce
parentdev-python/transitions: add python3.12 support (diff)
downloadgentoo-7623c0c369134cf75ff5299c3e0ac53343f7e39a.tar.gz
gentoo-7623c0c369134cf75ff5299c3e0ac53343f7e39a.tar.bz2
gentoo-7623c0c369134cf75ff5299c3e0ac53343f7e39a.zip
dev-python/dissononce: add python3.12 support
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-python/dissononce')
-rw-r--r--dev-python/dissononce/dissononce-0.34.3-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/dissononce/dissononce-0.34.3-r3.ebuild b/dev-python/dissononce/dissononce-0.34.3-r3.ebuild
index 412772eeebcc..572f8f4c5e0e 100644
--- a/dev-python/dissononce/dissononce-0.34.3-r3.ebuild
+++ b/dev-python/dissononce/dissononce-0.34.3-r3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517="setuptools"
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1