commit: 309acb24585971a3459ea3dd3e0836dcebcdf077 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Thu Dec 23 22:26:41 2021 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Thu Dec 23 22:27:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309acb24
app-shells/fish: enable py3.10 and disable py3.7 in -9999 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> app-shells/fish/fish-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/fish/fish-9999.ebuild b/app-shells/fish/fish-9999.ebuild index abb51e209302..b0013271b00f 100644 --- a/app-shells/fish/fish-9999.ebuild +++ b/app-shells/fish/fish-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit cmake python-any-r1 readme.gentoo-r1