commit:     1e40fae17c7021d2bc4c10518914516c96d1aa9a
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 14 18:47:52 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Dec 14 19:52:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e40fae1

dev-python/dask: enable py3.10

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/dask/dask-2021.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"

Reply via email to