games-util/legendary: enable py3.12

Signed-off-by: tastytea <gentoo@tastytea.de>
This commit is contained in:
tastytea
2024-06-23 14:04:40 +02:00
parent 3aa6387f35
commit 8f3a20be0e

View File

@@ -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