diff options
author | Sam James <sam@gentoo.org> | 2023-09-10 17:29:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-10 20:41:06 +0100 |
commit | b5507dacffffb0b11f48d4c636226250936890d1 (patch) | |
tree | 04983de33f4f5ef110cd643c8ae4c7df7dcbb45a /dev-python/wxpython | |
parent | sys-fs/cachefilesd: EAPI=8, some refactors (diff) | |
download | gentoo-b5507dacffffb0b11f48d4c636226250936890d1.tar.gz gentoo-b5507dacffffb0b11f48d4c636226250936890d1.tar.bz2 gentoo-b5507dacffffb0b11f48d4c636226250936890d1.zip |
dev-python/wxpython: disable py3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/wxpython')
-rw-r--r-- | dev-python/wxpython/wxpython-4.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/wxpython/wxpython-4.2.0.ebuild b/dev-python/wxpython/wxpython-4.2.0.ebuild index 5d44d61b86f0..7488b0c5e8dd 100644 --- a/dev-python/wxpython/wxpython-4.2.0.ebuild +++ b/dev-python/wxpython/wxpython-4.2.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_IN_SOURCE_BUILD="1" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) PYPI_NO_NORMALIZE=1 PYPI_PN="wxPython" WX_GTK_VER="3.2-gtk3" |