commit: 9d7d4d683c296fcaf4cb6eeececcd439d9f24bc9
Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Tue Apr 23 19:28:39 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Apr 23 19:28:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d7d4d68
dev-build/fypp: enable py3.12
Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
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