commit: b5507dacffffb0b11f48d4c636226250936890d1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 10 16:29:27 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 10 19:41:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5507dac
dev-python/wxpython: disable py3.9
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/wxpython/wxpython-4.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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"