diff options
author | 2023-05-02 00:45:35 +0500 | |
---|---|---|
committer | 2023-05-02 00:45:35 +0500 | |
commit | 12088906c597f38640e866db39c7ba6dea3f5ec0 (patch) | |
tree | 34f83cc2ba6ad7ae3e3966042de7997b36ea8711 /app-shells | |
parent | www-apps/twint: treeclean (diff) | |
download | guru-12088906c597f38640e866db39c7ba6dea3f5ec0.tar.gz guru-12088906c597f38640e866db39c7ba6dea3f5ec0.tar.bz2 guru-12088906c597f38640e866db39c7ba6dea3f5ec0.zip |
*/*: drop dead py3.9 impl
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/pokemon-colorscripts/pokemon-colorscripts-9999.ebuild | 2 | ||||
-rw-r--r-- | app-shells/zsh-history-to-fish/zsh-history-to-fish-0.3.0-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/pokemon-colorscripts/pokemon-colorscripts-9999.ebuild b/app-shells/pokemon-colorscripts/pokemon-colorscripts-9999.ebuild index f5a6704e4..4fa9fb543 100644 --- a/app-shells/pokemon-colorscripts/pokemon-colorscripts-9999.ebuild +++ b/app-shells/pokemon-colorscripts/pokemon-colorscripts-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=(python3_{9,10,11}) +PYTHON_COMPAT=(python3_{10,11}) inherit git-r3 python-single-r1 diff --git a/app-shells/zsh-history-to-fish/zsh-history-to-fish-0.3.0-r1.ebuild b/app-shells/zsh-history-to-fish/zsh-history-to-fish-0.3.0-r1.ebuild index 81c61cc04..f902ae115 100644 --- a/app-shells/zsh-history-to-fish/zsh-history-to-fish-0.3.0-r1.ebuild +++ b/app-shells/zsh-history-to-fish/zsh-history-to-fish-0.3.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..11} pypy3 ) inherit distutils-r1 pypi |