summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-12-14 19:47:52 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-12-14 20:52:30 +0100
commit1e40fae17c7021d2bc4c10518914516c96d1aa9a (patch)
tree87aada6900a3e527e67c1c1aff45186a001bec1b /dev-python
parentdev-python/moto: add version 2.2.19 (diff)
downloadgentoo-1e40fae17c7021d2bc4c10518914516c96d1aa9a.tar.gz
gentoo-1e40fae17c7021d2bc4c10518914516c96d1aa9a.tar.bz2
gentoo-1e40fae17c7021d2bc4c10518914516c96d1aa9a.zip
dev-python/dask: enable py3.10
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/dask/dask-2021.12.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dask/dask-2021.12.0.ebuild b/dev-python/dask/dask-2021.12.0.ebuild
index ae05fabc9473..9288cd53f482 100644
--- a/dev-python/dask/dask-2021.12.0.ebuild
+++ b/dev-python/dask/dask-2021.12.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Task scheduling and blocked algorithms for parallel processing"