@@ -12,10 +12,10 @@ jobs:
1212 timeout-minutes : 3
1313 steps :
1414 - uses : actions/checkout@v3
15- - name : Set up Python 3.7
15+ - name : Set up Python 3.8
1616 uses : actions/setup-python@v3
1717 with :
18- python-version : 3.7
18+ python-version : 3.8
1919 - name : Install dependencies
2020 run : |
2121 python -m pip install --upgrade pip
@@ -34,14 +34,14 @@ jobs:
3434 timeout-minutes : 160
3535 strategy :
3636 matrix :
37- python-version : [3.7, 3.8, 3.9 ]
37+ python-version : ["3.8", "3.9", "3.10" ]
3838 include :
39- - python-version : 3.7
40- ray-wheel : https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-3.0.0.dev0-cp37-cp37m-manylinux2014_x86_64.whl
41- - python-version : 3.8
39+ - python-version : " 3.8"
4240 ray-wheel : https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-3.0.0.dev0-cp38-cp38-manylinux2014_x86_64.whl
43- - python-version : 3.9
41+ - python-version : " 3.9"
4442 ray-wheel : https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-3.0.0.dev0-cp39-cp39-manylinux2014_x86_64.whl
43+ - python-version : " 3.10"
44+ ray-wheel : https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-3.0.0.dev0-cp310-cp310-manylinux2014_x86_64.whl
4545 steps :
4646 - uses : actions/checkout@v3
4747 - name : Set up Python ${{ matrix.python-version }}
7878 timeout-minutes : 160
7979 strategy :
8080 matrix :
81- python-version : [3.7, 3.8, 3.9 ]
81+ python-version : ["3.8", "3.9", "3.10" ]
8282 steps :
8383 - uses : actions/checkout@v3
8484 - name : Set up Python ${{ matrix.python-version }}
@@ -117,7 +117,7 @@ jobs:
117117 timeout-minutes : 160
118118 strategy :
119119 matrix :
120- python-version : [3.7, 3.8, 3.9 ]
120+ python-version : ["3.8", "3.9", "3.10" ]
121121 steps :
122122 - uses : actions/checkout@v3
123123 - name : Set up Python ${{ matrix.python-version }}
@@ -161,14 +161,14 @@ jobs:
161161 strategy :
162162 matrix :
163163 # no new versions for xgboost are published for 3.6
164- python-version : [3.7, 3.8, 3.9 ]
164+ python-version : ["3.8", "3.9", "3.10" ]
165165 include :
166- - python-version : 3.7
167- ray-wheel : https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-3.0.0.dev0-cp37-cp37m-manylinux2014_x86_64.whl
168- - python-version : 3.8
166+ - python-version : " 3.8"
169167 ray-wheel : https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-3.0.0.dev0-cp38-cp38-manylinux2014_x86_64.whl
170- - python-version : 3.9
168+ - python-version : " 3.9"
171169 ray-wheel : https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-3.0.0.dev0-cp39-cp39-manylinux2014_x86_64.whl
170+ - python-version : " 3.10"
171+ ray-wheel : https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-3.0.0.dev0-cp310-cp310-manylinux2014_x86_64.whl
172172 steps :
173173 - uses : actions/checkout@v3
174174 - name : Set up Python ${{ matrix.python-version }}
@@ -223,7 +223,7 @@ jobs:
223223 timeout-minutes : 160
224224 strategy :
225225 matrix :
226- python-version : [3.7 ]
226+ python-version : [3.8 ]
227227 steps :
228228 - uses : actions/checkout@v3
229229 - name : Set up Python ${{ matrix.python-version }}
0 commit comments