commit: 6a2f4a4093beefc35f2c6c7bedd2542e4e126195 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Apr 8 13:38:40 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Apr 8 13:38:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a2f4a40
games-emulation/m64py: Enable py3.11 Closes: https://bugs.gentoo.org/896450 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> games-emulation/m64py/m64py-0.2.5_p20211222.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-emulation/m64py/m64py-0.2.5_p20211222.ebuild b/games-emulation/m64py/m64py-0.2.5_p20211222.ebuild index f2e428948905..717171eb5f0c 100644 --- a/games-emulation/m64py/m64py-0.2.5_p20211222.ebuild +++ b/games-emulation/m64py/m64py-0.2.5_p20211222.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 qmake-utils xdg-utils
