summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2022-04-18 20:37:54 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2022-04-18 20:39:27 +0300
commitf6cb35e73272f2a84c2f67073de1f9193426e832 (patch)
tree401a2408d3af877da0bc0994452b6680765286f0
parentapp-admin/salt: Revbump, fix probly with py319 (bug #839276) (diff)
downloadgentoo-f6cb35e7.tar.gz
gentoo-f6cb35e7.tar.bz2
gentoo-f6cb35e7.zip
dev-python/wxpython: enable py3.10
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
-rw-r--r--dev-python/wxpython/wxpython-4.0.7-r1.ebuild4
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"