mate-extra/caja-hide: enable py3.10, py3.11 and disable py3.7

Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Oz Tiram
2022-12-02 10:46:24 +01:00
committed by Sam James
parent 2854aa270d
commit 5a33561d6e

View File

@@ -1,9 +1,9 @@
# Copyright 2019-2021 Gentoo Authors
# Copyright 2019-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{3_7,3_8,3_9} )
PYTHON_COMPAT=( python{3_8,3_9,3_10,3_11} )
inherit python-single-r1
MY_PN="Caja-hide"