summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-30 01:17:53 +0100
committerSam James <sam@gentoo.org>2023-05-30 01:20:09 +0100
commit2a46bb60755cbe3a3de7302bff8540a506ba2b88 (patch)
tree91eeb16e697ba2c55195b8864da05dbc559aae16
parentapp-portage/gentoopm: enable py3.12 (diff)
downloadgentoo-2a46bb60755cbe3a3de7302bff8540a506ba2b88.tar.gz
gentoo-2a46bb60755cbe3a3de7302bff8540a506ba2b88.tar.bz2
gentoo-2a46bb60755cbe3a3de7302bff8540a506ba2b88.zip
app-portage/smart-live-rebuild: enable py3.12
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--app-portage/smart-live-rebuild/smart-live-rebuild-1.4.1.ebuild2
-rw-r--r--app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild2
2 files changed, 2 insertions, 2 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 ac0c9ad3adf1..170fe3184e8e 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
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} 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 09dd62acda7f..0e0354f2f3ba 100644
--- a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
+++ b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 git-r3