1
Fork 0

app-misc/golly: enable py3.12 compat

Closes: https://bugs.gentoo.org/929331
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć 2024-04-14 17:03:02 +02:00
parent 9ab25810f9
commit 21df94fa09
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
WX_GTK_VER=3.2-gtk3
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit desktop python-single-r1 toolchain-funcs wxwidgets xdg