commit: bbbb0e637d0abc0995efd7f3ae3d6b65f999c280
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 18 18:39:49 2025 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Mar 18 18:39:49 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbbb0e63
dev-python/pypax: enable py3.13
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
dev-python/pypax/pypax-0.9.5-r2.ebuild | 4 ++--
dev-python/pypax/pypax-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-python/pypax/pypax-0.9.5-r2.ebuild
b/dev-python/pypax/pypax-0.9.5-r2.ebuild
index 6b2a33220c9d..ea653795922f 100644
--- a/dev-python/pypax/pypax-0.9.5-r2.ebuild
+++ b/dev-python/pypax/pypax-0.9.5-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{9..13} )
inherit distutils-r1
diff --git a/dev-python/pypax/pypax-9999.ebuild
b/dev-python/pypax/pypax-9999.ebuild
index dc2d50b83db1..1789e3c43709 100644
--- a/dev-python/pypax/pypax-9999.ebuild
+++ b/dev-python/pypax/pypax-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1