@@ -99,14 +99,14 @@ jobs:
9999 if : " contains(github.event.pull_request.labels.*.name, 'ci distributed') || contains(github.event.pull_request.labels.*.name, 'ci downstream')"
100100 env :
101101 PROJECT : distributed
102- TEST_REQUIREMENTS : cryptography pytest pytest-asyncio<0.14.0 pytest-timeout pytest-rerunfailures numpy pandas mock bokeh fsspec>=0.3.3
102+ TEST_REQUIREMENTS : cryptography pytest pytest-asyncio<0.14.0 pytest-timeout pytest-rerunfailures numpy pandas mock bokeh fsspec>=0.3.3 aiohttp pyarrow
103103 PROJECT_URL : https://github.com/dask/distributed.git
104104 strategy :
105105 matrix :
106- python_version : [3.7 ]
106+ python_version : ["3.10" ]
107107 steps :
108108 - uses : actions/checkout@v1
109- - name : Set up Python 3.7
109+ - name : Set up Python
110110 uses : actions/setup-python@v1
111111 with :
112112 python-version : ${{ matrix.python_version }}
@@ -135,10 +135,10 @@ jobs:
135135 PROJECT_URL : https://github.com/joblib/joblib.git
136136 strategy :
137137 matrix :
138- python_version : [3.7 ]
138+ python_version : ["3.10" ]
139139 steps :
140140 - uses : actions/checkout@v1
141- - name : Set up Python 3.7
141+ - name : Set up Python
142142 uses : actions/setup-python@v1
143143 with :
144144 python-version : ${{ matrix.python_version }}
@@ -163,10 +163,10 @@ jobs:
163163 PROJECT_URL : https://github.com/joblib/loky.git
164164 strategy :
165165 matrix :
166- python_version : [3.7 ]
166+ python_version : ["3.10" ]
167167 steps :
168168 - uses : actions/checkout@v1
169- - name : Set up Python 3.7
169+ - name : Set up Python
170170 uses : actions/setup-python@v1
171171 with :
172172 python-version : ${{ matrix.python_version }}
@@ -188,10 +188,10 @@ jobs:
188188 PROJECT : ray
189189 strategy :
190190 matrix :
191- python_version : [3.8 ]
191+ python_version : ["3.10" ]
192192 steps :
193193 - uses : actions/checkout@v1
194- - name : Set up Python 3.8
194+ - name : Set up Python
195195 uses : actions/setup-python@v1
196196 with :
197197 python-version : ${{ matrix.python_version }}
@@ -200,7 +200,7 @@ jobs:
200200 python -m pip install --upgrade -r dev-requirements.txt
201201 python -m pip install setproctitle psutil
202202 # from https://docs.ray.io/en/master/development.html#building-ray
203- pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-2.0.0.dev0-cp38-cp38 -manylinux2014_x86_64.whl
203+ pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-2.0.0.dev0-cp310-cp310 -manylinux2014_x86_64.whl
204204 pushd ..
205205 git clone https://github.com/ray-project/ray.git
206206 pushd ray
0 commit comments