diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-02 16:57:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-02 17:09:18 +0200 |
commit | bf2d7f261af42db29b8fcb689cdd55467673a6b7 (patch) | |
tree | 475c429e85c148f4d2f08761ede1410a0fa8b9ba /dev-python/click-threading | |
parent | dev-python/click-plugins: Enable py3.12 (diff) | |
download | gentoo-bf2d7f261af42db29b8fcb689cdd55467673a6b7.tar.gz gentoo-bf2d7f261af42db29b8fcb689cdd55467673a6b7.tar.bz2 gentoo-bf2d7f261af42db29b8fcb689cdd55467673a6b7.zip |
dev-python/click-threading: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/click-threading')
-rw-r--r-- | dev-python/click-threading/click-threading-0.5.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/click-threading/click-threading-0.5.0-r1.ebuild b/dev-python/click-threading/click-threading-0.5.0-r1.ebuild index 3e317fdc7743..efae0ab8277d 100644 --- a/dev-python/click-threading/click-threading-0.5.0-r1.ebuild +++ b/dev-python/click-threading/click-threading-0.5.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |