commit: 872091419dfe9fcf523bf71191a40d748b42b737 Author: Denis Pronin <dannftk <AT> yandex <DOT> ru> AuthorDate: Sun Feb 26 21:04:38 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Mar 8 14:13:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87209141
dev-libs/libbytesize: support python3_11 in libbytesize-2.7.ebuild Closes: https://bugs.gentoo.org/896706 Signed-off-by: Denis Pronin <dannftk <AT> yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/29885 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-libs/libbytesize/libbytesize-2.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libbytesize/libbytesize-2.7.ebuild b/dev-libs/libbytesize/libbytesize-2.7.ebuild index b3ee62f2f404..dbe73da7b1fe 100644 --- a/dev-libs/libbytesize/libbytesize-2.7.ebuild +++ b/dev-libs/libbytesize/libbytesize-2.7.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools python-r1
