commit: 8f8906aa5ae5091278f79e8f3a4cf84741c26aec Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Thu May 19 02:24:59 2022 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Thu May 19 02:27:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f8906aa
app-misc/wildq: enable py3.10 Closes: https://bugs.gentoo.org/845531 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> app-misc/wildq/wildq-1.1.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/wildq/wildq-1.1.11.ebuild b/app-misc/wildq/wildq-1.1.11.ebuild index 3daa9013b3be..227028c4c4cb 100644 --- a/app-misc/wildq/wildq-1.1.11.ebuild +++ b/app-misc/wildq/wildq-1.1.11.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1
