diff options
author | Arthur Zamarin <arthurzam@gmail.com> | 2021-08-02 19:05:14 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-05 23:44:11 +0200 |
commit | f72e43488974e0757354ca9905212a1b2d37b82d (patch) | |
tree | 9897281773cf2f9029db5b780a985e23f16fdf03 /dev-python/joblib | |
parent | dev-python/loky: enable py3.10, fix tests (diff) | |
download | gentoo-f72e43488974e0757354ca9905212a1b2d37b82d.tar.gz gentoo-f72e43488974e0757354ca9905212a1b2d37b82d.tar.bz2 gentoo-f72e43488974e0757354ca9905212a1b2d37b82d.zip |
dev-python/joblib: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/joblib')
-rw-r--r-- | dev-python/joblib/joblib-1.0.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/joblib/joblib-1.0.1.ebuild b/dev-python/joblib/joblib-1.0.1.ebuild index 6066ffdcf33f..44167c48f02a 100644 --- a/dev-python/joblib/joblib-1.0.1.ebuild +++ b/dev-python/joblib/joblib-1.0.1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) + +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |