From 4190ada40ec6bc93bb0b4159df983cc6d10f3f90 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Tue, 14 May 2024 15:29:24 -0400 Subject: [PATCH] dev-util/upstream-ontologist: enable py3.12 Closes: https://bugs.gentoo.org/931451 Signed-off-by: Julien Roy --- .../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