summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-05-30 00:27:58 +0100
committerSam James <sam@gentoo.org>2024-05-30 00:27:58 +0100
commit39fff07754d2cdbd8246550d48e879b01d2c5b25 (patch)
tree94b8037bbf507c0ae01579ed03cdb9641cac4322 /app-portage
parentdev-python/responses: enable py3.13 (diff)
downloadgentoo-39fff07754d2cdbd8246550d48e879b01d2c5b25.tar.gz
gentoo-39fff07754d2cdbd8246550d48e879b01d2c5b25.tar.bz2
gentoo-39fff07754d2cdbd8246550d48e879b01d2c5b25.zip
app-portage/gemato: enable py3.13
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/gemato/gemato-20.5.ebuild4
-rw-r--r--app-portage/gemato/gemato-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
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