From 8f3a20be0ec7651424042d2854499b67a2e7d201 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 23 Jun 2024 14:04:40 +0200 Subject: [PATCH] games-util/legendary: enable py3.12 Signed-off-by: tastytea --- games-util/legendary/legendary-0.20.34.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-util/legendary/legendary-0.20.34.ebuild b/games-util/legendary/legendary-0.20.34.ebuild index f9ba96a481..2354ed6c1c 100644 --- a/games-util/legendary/legendary-0.20.34.ebuild +++ b/games-util/legendary/legendary-0.20.34.ebuild @@ -1,10 +1,10 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1