diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-11 20:51:50 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-11 21:23:32 +0200 |
commit | 9bb49806ad2a11a5ff3f408bc5f1ea2646d5d0fe (patch) | |
tree | 1201cd484a0ba3bacb1d541e397e2ab7b74a2743 /dev-python/loky | |
parent | dev-python/doit: Enable py3.13 (diff) | |
download | gentoo-9bb49806ad2a11a5ff3f408bc5f1ea2646d5d0fe.tar.gz gentoo-9bb49806ad2a11a5ff3f408bc5f1ea2646d5d0fe.tar.bz2 gentoo-9bb49806ad2a11a5ff3f408bc5f1ea2646d5d0fe.zip |
dev-python/loky: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/loky')
-rw-r--r-- | dev-python/loky/loky-3.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/loky/loky-3.4.1.ebuild b/dev-python/loky/loky-3.4.1.ebuild index 97ce588e59b8..ee013356837d 100644 --- a/dev-python/loky/loky-3.4.1.ebuild +++ b/dev-python/loky/loky-3.4.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 multiprocessing |