From 39fff07754d2cdbd8246550d48e879b01d2c5b25 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 30 May 2024 00:27:58 +0100 Subject: app-portage/gemato: enable py3.13 Signed-off-by: Sam James --- app-portage/gemato/gemato-20.5.ebuild | 4 ++-- app-portage/gemato/gemato-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'app-portage') diff --git a/app-portage/gemato/gemato-20.5.ebuild b/app-portage/gemato/gemato-20.5.ebuild index 559e2fad73be..900b3fb64110 100644 --- a/app-portage/gemato/gemato-20.5.ebuild +++ b/app-portage/gemato/gemato-20.5.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=flit -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) PYTHON_REQ_USE='threads(+)' inherit distutils-r1 pypi diff --git a/app-portage/gemato/gemato-9999.ebuild b/app-portage/gemato/gemato-9999.ebuild index 2930ef35cc4e..9f78bf067f39 100644 --- a/app-portage/gemato/gemato-9999.ebuild +++ b/app-portage/gemato/gemato-9999.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=flit -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) PYTHON_REQ_USE='threads(+)' inherit distutils-r1 git-r3 -- cgit v1.2.3-65-gdbad