Skip to content

Commit a7ad8a9

Browse files
committed
test on python 3.11
1 parent 896f770 commit a7ad8a9

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: [ubuntu-latest, windows-latest, macos-latest]
26-
python-version: ["3.8", "3.9", "3.10"]
26+
python-version: ["3.8", "3.9", "3.10", "3.11"]
2727
queuing: [queue]
2828
# Cherry-pick test modules to split the overall runtime roughly in half
2929
partition: [ci1, not ci1]
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
name: dask-distributed
2+
channels:
3+
- conda-forge
4+
- defaults
5+
dependencies:
6+
- python=3.11
7+
- packaging
8+
- pip
9+
- asyncssh
10+
# Temporary restriction until https://github.com/dask/distributed/issues/7173 is resolved
11+
- bokeh<3
12+
- click
13+
- cloudpickle
14+
- coverage
15+
- dask # overridden by git tip below
16+
- filesystem-spec # overridden by git tip below
17+
- h5py
18+
- ipykernel
19+
- ipywidgets
20+
- jinja2
21+
- locket >=1.0
22+
- msgpack-python
23+
- netcdf4
24+
- paramiko
25+
- pre-commit
26+
- prometheus_client
27+
- psutil
28+
- pyarrow=7
29+
- pytest
30+
- pytest-cov
31+
- pytest-faulthandler
32+
- pytest-repeat
33+
- pytest-rerunfailures
34+
- pytest-timeout
35+
- requests
36+
- s3fs # overridden by git tip below
37+
- scikit-learn
38+
- scipy
39+
- sortedcollections
40+
- tblib
41+
- toolz
42+
- tornado >=6.2
43+
- zict # overridden by git tip below
44+
- zstandard >=0.9.0
45+
- pip:
46+
- git+https://github.com/dask/dask
47+
- git+https://github.com/dask/s3fs
48+
- git+https://github.com/dask/zict
49+
- git+https://github.com/fsspec/filesystem_spec
50+
- keras

0 commit comments

Comments
 (0)