summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-22 23:32:57 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-22 23:34:36 +0200
commitc7088385906ba4e02642533912a68bfd221ed632 (patch)
treecc6d02d45c244f33379b2b431bf15c824d58023f /sys-apps/edid-fixdim/edid-fixdim-1.ebuild
parentdev-python/click-log: Enable up to py3.10 (diff)
downloadgentoo-c7088385906ba4e02642533912a68bfd221ed632.tar.gz
gentoo-c7088385906ba4e02642533912a68bfd221ed632.tar.bz2
gentoo-c7088385906ba4e02642533912a68bfd221ed632.zip
sys-apps/edid-fixdim: Enable up to py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-apps/edid-fixdim/edid-fixdim-1.ebuild')
-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 e0a6d6a83a9d..48c831c16dcf 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-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit python-single-r1
DESCRIPTION="Tool to fix screen dimensions in EDID data dumps"