commit: 5bf9f094349912d82a6952e5c2f37dac2391a75f Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Wed May 3 14:46:06 2023 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Wed May 3 14:51:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bf9f094
app-misc/wildq: enable py3.11 Closes: https://bugs.gentoo.org/896604 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 b6cb1be1cf1d..2d5c72c8a282 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_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 pypi
