diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.4.1-r2.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.4.1-r2.ebuild index 55d820b8da453..ae9797a29737d 100644 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.4.1-r2.ebuild +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.4.1-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) +PYTHON_COMPAT=( python3_{12..14} ) 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 8c97759cabe7f..83aeeaf7a8a3b 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_{11..14} pypy3_11 ) +PYTHON_COMPAT=( python3_{12..14} ) inherit distutils-r1 git-r3