From 9d7d4d683c296fcaf4cb6eeececcd439d9f24bc9 Mon Sep 17 00:00:00 2001 From: Sergey Torokhov Date: Tue, 23 Apr 2024 22:28:39 +0300 Subject: [PATCH] dev-build/fypp: enable py3.12 Signed-off-by: Sergey Torokhov --- dev-build/fypp/fypp-3.1.ebuild | 4 ++-- dev-build/fypp/fypp-3.2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-build/fypp/fypp-3.1.ebuild b/dev-build/fypp/fypp-3.1.ebuild index e89a1a89a2..04c07ff298 100644 --- a/dev-build/fypp/fypp-3.1.ebuild +++ b/dev-build/fypp/fypp-3.1.ebuild @@ -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 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi diff --git a/dev-build/fypp/fypp-3.2.ebuild b/dev-build/fypp/fypp-3.2.ebuild index 5f121b3fc6..3d84d7697d 100644 --- a/dev-build/fypp/fypp-3.2.ebuild +++ b/dev-build/fypp/fypp-3.2.ebuild @@ -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 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi