commit: 4190ada40ec6bc93bb0b4159df983cc6d10f3f90 Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Tue May 14 19:29:24 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Tue May 14 19:33:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4190ada4
dev-util/upstream-ontologist: enable py3.12 Closes: https://bugs.gentoo.org/931451 Signed-off-by: Julien Roy <julien <AT> jroy.ca> dev-util/upstream-ontologist/upstream-ontologist-0.1.35-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/upstream-ontologist/upstream-ontologist-0.1.35-r1.ebuild b/dev-util/upstream-ontologist/upstream-ontologist-0.1.35-r1.ebuild index f1c64cbf59..47b6783b8a 100644 --- a/dev-util/upstream-ontologist/upstream-ontologist-0.1.35-r1.ebuild +++ b/dev-util/upstream-ontologist/upstream-ontologist-0.1.35-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools DISTUTILS_SINGLE_IMPL=1 PYPI_NO_NORMALIZE=1
