commit: 5bc1ba3eaa7530a3bc4b8ea217dbfa5604625320
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 26 08:07:12 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 26 08:07:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bc1ba3e
dev-python/wxpython: disable py3.10
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/wxpython/wxpython-4.2.0.ebuild | 2 +-
dev-python/wxpython/wxpython-4.2.1-r2.ebuild | 2 +-
dev-python/wxpython/wxpython-4.2.2.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/wxpython/wxpython-4.2.0.ebuild
b/dev-python/wxpython/wxpython-4.2.0.ebuild
index 902118241252..878f2b87596e 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_{10..11} )
+PYTHON_COMPAT=( python3_11 )
PYPI_NO_NORMALIZE=1
PYPI_PN="wxPython"
WX_GTK_VER="3.2-gtk3"
diff --git a/dev-python/wxpython/wxpython-4.2.1-r2.ebuild
b/dev-python/wxpython/wxpython-4.2.1-r2.ebuild
index 240f1f4e3bd6..be2499a79b4a 100644
--- a/dev-python/wxpython/wxpython-4.2.1-r2.ebuild
+++ b/dev-python/wxpython/wxpython-4.2.1-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_IN_SOURCE_BUILD="1"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{11..12} )
PYPI_NO_NORMALIZE=1
PYPI_PN="wxPython"
WX_GTK_VER="3.2-gtk3"
diff --git a/dev-python/wxpython/wxpython-4.2.2.ebuild
b/dev-python/wxpython/wxpython-4.2.2.ebuild
index 5fcc200f96dd..17bf6c5b1a62 100644
--- a/dev-python/wxpython/wxpython-4.2.2.ebuild
+++ b/dev-python/wxpython/wxpython-4.2.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
PYPI_NO_NORMALIZE=1
PYPI_PN="wxPython"
WX_GTK_VER="3.2-gtk3"