diff options
author | Sam James <sam@gentoo.org> | 2022-06-05 08:15:36 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-05 08:15:47 +0100 |
commit | c4f2ceebfb654ef17ee5e61da73af2d023f0345b (patch) | |
tree | e816d98a870969232a9578a5fee43c8a5f612ea1 /app-portage | |
parent | app-portage/gentoopm: add Python 3.11 (diff) | |
download | gentoo-c4f2ceebfb654ef17ee5e61da73af2d023f0345b.tar.gz gentoo-c4f2ceebfb654ef17ee5e61da73af2d023f0345b.tar.bz2 gentoo-c4f2ceebfb654ef17ee5e61da73af2d023f0345b.zip |
app-portage/smart-live-rebuild: add Python 3.11
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.0.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.0.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.4.0.ebuild index 37e4ae205522..06f0f8a0098b 100644 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.4.0.ebuild +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.4.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} 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 30662fa33d93..190ef2047ebe 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_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 git-r3 |