diff options
author | Zac Medico <zmedico@gentoo.org> | 2022-05-18 19:24:59 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2022-05-18 19:27:02 -0700 |
commit | 8f8906aa5ae5091278f79e8f3a4cf84741c26aec (patch) | |
tree | e595e74da214fd8e01b15fb237e8013562cc06f0 /app-misc | |
parent | app-misc/wildq: drop 1.1.10 (diff) | |
download | gentoo-8f8906aa5ae5091278f79e8f3a4cf84741c26aec.tar.gz gentoo-8f8906aa5ae5091278f79e8f3a4cf84741c26aec.tar.bz2 gentoo-8f8906aa5ae5091278f79e8f3a4cf84741c26aec.zip |
app-misc/wildq: enable py3.10
Closes: https://bugs.gentoo.org/845531
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-misc')
-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 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 |