summaryrefslogtreecommitdiff
path: root/dev-python/wxpython
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-10-30 14:38:10 +0000
committerSam James <sam@gentoo.org>2025-10-30 14:39:17 +0000
commitc0b75f3aa623ece6a16de53a97651964a7d03591 (patch)
tree0b524cfcf06b8045ee3f440bef1faf5e40203270 /dev-python/wxpython
parenta6aba06c8d7b65ca6afa66c740bf8e4ad8f0b718 (diff)
downloadgentoo-c0b75f3aa623ece6a16de53a97651964a7d03591.tar.gz
gentoo-c0b75f3aa623ece6a16de53a97651964a7d03591.tar.bz2
gentoo-c0b75f3aa623ece6a16de53a97651964a7d03591.zip
dev-python/wxpython: enable py3.14
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/wxpython')
-rw-r--r--dev-python/wxpython/wxpython-4.2.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/wxpython/wxpython-4.2.4.ebuild b/dev-python/wxpython/wxpython-4.2.4.ebuild
index c4e6338e7b96..0831d8098293 100644
--- a/dev-python/wxpython/wxpython-4.2.4.ebuild
+++ b/dev-python/wxpython/wxpython-4.2.4.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
PYPI_NO_NORMALIZE=1
PYPI_PN="wxPython"
WX_GTK_VER="3.2-gtk3"