diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-04-13 10:13:36 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-04-13 10:13:53 -0500 |
commit | 3f0156bd35324439a3d14c449e7cc14f68a5da8e (patch) | |
tree | 7f438981cd0c3d37088bd07e0a180d3258ff89ac /app-emulation/glean | |
parent | sys-apps/syd: drop 3.15.8 (diff) | |
download | gentoo-3f0156bd35324439a3d14c449e7cc14f68a5da8e.tar.gz gentoo-3f0156bd35324439a3d14c449e7cc14f68a5da8e.tar.bz2 gentoo-3f0156bd35324439a3d14c449e7cc14f68a5da8e.zip |
app-emulation/glean: enable py3.12
Closes: https://bugs.gentoo.org/929307
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-emulation/glean')
-rw-r--r-- | app-emulation/glean/glean-1.23.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |