diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-04-08 15:38:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-04-08 15:38:40 +0200 |
commit | 6a2f4a4093beefc35f2c6c7bedd2542e4e126195 (patch) | |
tree | 9d2de0c56537ec212efed3c3be2953285f68c7a1 /games-emulation | |
parent | games-emulation/m64py: Remove old (diff) | |
download | gentoo-6a2f4a4093beefc35f2c6c7bedd2542e4e126195.tar.gz gentoo-6a2f4a4093beefc35f2c6c7bedd2542e4e126195.tar.bz2 gentoo-6a2f4a4093beefc35f2c6c7bedd2542e4e126195.zip |
games-emulation/m64py: Enable py3.11
Closes: https://bugs.gentoo.org/896450
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/m64py/m64py-0.2.5_p20211222.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |