From 5fb6904e1bf559d7180cbcfd39dc835ddeeceb25 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Sun, 3 Dec 2023 20:08:27 +0500 Subject: [PATCH] gui-apps/meteo-qt: enable py3.12 Signed-off-by: Anna (cybertailor) Vyalkova --- gui-apps/meteo-qt/meteo-qt-3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/meteo-qt/meteo-qt-3.3.ebuild b/gui-apps/meteo-qt/meteo-qt-3.3.ebuild index 7c916f7f2d..4423fd1813 100644 --- a/gui-apps/meteo-qt/meteo-qt-3.3.ebuild +++ b/gui-apps/meteo-qt/meteo-qt-3.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 qmake-utils xdg