From 3f0156bd35324439a3d14c449e7cc14f68a5da8e Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Sat, 13 Apr 2024 10:13:36 -0500 Subject: app-emulation/glean: enable py3.12 Closes: https://bugs.gentoo.org/929307 Signed-off-by: Matthew Thode --- app-emulation/glean/glean-1.23.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-emulation/glean') diff --git a/app-emulation/glean/glean-1.23.0-r1.ebuild b/app-emulation/glean/glean-1.23.0-r1.ebuild index ab8799b85a34..d5c813a3e0ad 100644 --- a/app-emulation/glean/glean-1.23.0-r1.ebuild +++ b/app-emulation/glean/glean-1.23.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9,10,11} ) +PYTHON_COMPAT=( python3_{9,10,11,12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi -- cgit v1.2.3-65-gdbad