summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-04-14 19:54:04 +0200
committerMichał Górny <mgorny@gentoo.org>2024-04-14 20:11:13 +0200
commitf905232f56052964488eb19267adbb9a9ed5e688 (patch)
treeee7e325893b00f633842c8b9bbb934c3a615569e /sys-apps/edid-fixdim
parentdev-python/dbus-next: Keyword 0.2.3-r1 arm64, #908611 (diff)
downloadgentoo-f905232f56052964488eb19267adbb9a9ed5e688.tar.gz
gentoo-f905232f56052964488eb19267adbb9a9ed5e688.tar.bz2
gentoo-f905232f56052964488eb19267adbb9a9ed5e688.zip
sys-apps/edid-fixdim: Enable py3.12
Closes: https://bugs.gentoo.org/929809 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-apps/edid-fixdim')
-rw-r--r--sys-apps/edid-fixdim/edid-fixdim-1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/edid-fixdim/edid-fixdim-1.ebuild b/sys-apps/edid-fixdim/edid-fixdim-1.ebuild
index 1ff6588636da..097c16939fa5 100644
--- a/sys-apps/edid-fixdim/edid-fixdim-1.ebuild
+++ b/sys-apps/edid-fixdim/edid-fixdim-1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit python-single-r1