summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-07-09 16:46:45 +0200
committerMichał Górny <mgorny@gentoo.org>2024-07-09 16:50:15 +0200
commit93f480ad5291755da341c95c045c01d04639e712 (patch)
tree1c949916fe5d5fba81e67146d25952f4777f4d81 /app-portage
parentapp-portage/gentoopm: Enable py3.13 (diff)
downloadgentoo-93f480ad5291755da341c95c045c01d04639e712.tar.gz
gentoo-93f480ad5291755da341c95c045c01d04639e712.tar.bz2
gentoo-93f480ad5291755da341c95c045c01d04639e712.zip
app-portage/smart-live-rebuild: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/smart-live-rebuild/smart-live-rebuild-1.4.1.ebuild4
-rw-r--r--app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.4.1.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.4.1.ebuild
index e130126cc995..5dffcbc719b5 100644
--- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.4.1.ebuild
+++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.4.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=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1
diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
index 0e0354f2f3ba..708d473e7d20 100644
--- a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
+++ b/app-portage/smart-live-rebuild/smart-live-rebuild-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 )
inherit distutils-r1 git-r3