From 7b86525c43f711bc047bc946789598bc88b1ec74 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 5 Oct 2024 02:38:55 +0100 Subject: [PATCH] app-misc/pax-utils: enable py3.13 Signed-off-by: Sam James --- app-misc/pax-utils/pax-utils-1.3.8.ebuild | 2 +- app-misc/pax-utils/pax-utils-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/pax-utils/pax-utils-1.3.8.ebuild b/app-misc/pax-utils/pax-utils-1.3.8.ebuild index 55af02c264b31..d17a13c5a2009 100644 --- a/app-misc/pax-utils/pax-utils-1.3.8.ebuild +++ b/app-misc/pax-utils/pax-utils-1.3.8.ebuild @@ -6,7 +6,7 @@ EAPI=8 # Note: if bumping pax-utils because of syscall changes in glibc, please # revbump glibc and update the dependency in its ebuild for the affected # versions. -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit meson python-single-r1 diff --git a/app-misc/pax-utils/pax-utils-9999.ebuild b/app-misc/pax-utils/pax-utils-9999.ebuild index 87d37edf2b53f..55c38f7049ad3 100644 --- a/app-misc/pax-utils/pax-utils-9999.ebuild +++ b/app-misc/pax-utils/pax-utils-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 # Note: if bumping pax-utils because of syscall changes in glibc, please # revbump glibc and update the dependency in its ebuild for the affected # versions. -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit meson python-single-r1