From 063e78ee1c8b00192a509225be76bbe5d6fa2854 Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Mon, 3 Jun 2024 22:24:58 +0200 Subject: app-misc/workrave Support python 3.12 --- app-misc/workrave/workrave-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-misc/workrave/workrave-9999.ebuild') diff --git a/app-misc/workrave/workrave-9999.ebuild b/app-misc/workrave/workrave-9999.ebuild index 4f631a0..098ac94 100644 --- a/app-misc/workrave/workrave-9999.ebuild +++ b/app-misc/workrave/workrave-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cmake python-single-r1 xdg-utils -- cgit v1.2.3