diff options
author | Sam James <sam@gentoo.org> | 2023-05-30 01:17:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-30 01:20:09 +0100 |
commit | 2a46bb60755cbe3a3de7302bff8540a506ba2b88 (patch) | |
tree | 91eeb16e697ba2c55195b8864da05dbc559aae16 /app-portage | |
parent | app-portage/gentoopm: enable py3.12 (diff) | |
download | gentoo-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>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/smart-live-rebuild/smart-live-rebuild-1.4.1.ebuild | 2 | ||||
-rw-r--r-- | app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild | 2 |
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 |