diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2022-04-18 20:37:54 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2022-04-18 20:39:27 +0300 |
commit | f6cb35e73272f2a84c2f67073de1f9193426e832 (patch) | |
tree | 401a2408d3af877da0bc0994452b6680765286f0 /dev-python/wxpython | |
parent | app-admin/salt: Revbump, fix probly with py319 (bug #839276) (diff) | |
download | gentoo-f6cb35e73272f2a84c2f67073de1f9193426e832.tar.gz gentoo-f6cb35e73272f2a84c2f67073de1f9193426e832.tar.bz2 gentoo-f6cb35e73272f2a84c2f67073de1f9193426e832.zip |
dev-python/wxpython: enable py3.10
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'dev-python/wxpython')
-rw-r--r-- | dev-python/wxpython/wxpython-4.0.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/wxpython/wxpython-4.0.7-r1.ebuild b/dev-python/wxpython/wxpython-4.0.7-r1.ebuild index cf5ea393f6b4..701e3339e6bb 100644 --- a/dev-python/wxpython/wxpython-4.0.7-r1.ebuild +++ b/dev-python/wxpython/wxpython-4.0.7-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) WX_GTK_VER="3.0-gtk3" DISTUTILS_IN_SOURCE_BUILD="1" |