diff options
author | Zac Medico <zmedico@gentoo.org> | 2023-05-03 07:46:06 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2023-05-03 07:51:11 -0700 |
commit | 5bf9f094349912d82a6952e5c2f37dac2391a75f (patch) | |
tree | 88c08e2236423e8c4776da69277755fa8606322f /app-misc/wildq | |
parent | net-mail/mailutils: add 3.16 (diff) | |
download | gentoo-5bf9f094349912d82a6952e5c2f37dac2391a75f.tar.gz gentoo-5bf9f094349912d82a6952e5c2f37dac2391a75f.tar.bz2 gentoo-5bf9f094349912d82a6952e5c2f37dac2391a75f.zip |
app-misc/wildq: enable py3.11
Closes: https://bugs.gentoo.org/896604
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-misc/wildq')
-rw-r--r-- | app-misc/wildq/wildq-1.1.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |