@@ -134,7 +134,7 @@ jobs:
134
134
execution : [BaseOnPython]
135
135
env :
136
136
MODIN_TEST_DATASET_SIZE : " small"
137
- name : Test ${{ matrix.execution }} execution, Python 3.8
137
+ name : Test ${{ matrix.execution }} execution, Python 3.9
138
138
steps :
139
139
- uses : actions/checkout@v3
140
140
- uses : ./.github/actions/mamba-env
@@ -164,7 +164,7 @@ jobs:
164
164
MODIN_EXPERIMENTAL : " True"
165
165
MODIN_ENGINE : " native"
166
166
MODIN_STORAGE_FORMAT : " hdk"
167
- name : Test HDK storage format, Python 3.8
167
+ name : Test HDK storage format, Python 3.9
168
168
services :
169
169
moto :
170
170
image : motoserver/moto
@@ -334,7 +334,7 @@ jobs:
334
334
shell : bash -l {0}
335
335
strategy :
336
336
matrix :
337
- python-version : ["3.8 "]
337
+ python-version : ["3.9 "]
338
338
unidist-backend : ["mpi"]
339
339
env :
340
340
MODIN_ENGINE : " Unidist"
@@ -397,7 +397,7 @@ jobs:
397
397
os :
398
398
- ubuntu
399
399
- windows
400
- python-version : ["3.8 "]
400
+ python-version : ["3.9 "]
401
401
engine : ${{ fromJSON( github.event_name == 'push' && '["python", "ray", "dask"]' || needs.execution-filter.outputs.engines ) }}
402
402
test_task :
403
403
- group_1
@@ -532,7 +532,7 @@ jobs:
532
532
os :
533
533
- ubuntu
534
534
- windows
535
- python-version : ["3.8 "]
535
+ python-version : ["3.9 "]
536
536
execution :
537
537
- name : ray
538
538
shell-ex : " python -m pytest"
@@ -684,7 +684,7 @@ jobs:
684
684
shell : bash -l {0}
685
685
strategy :
686
686
matrix :
687
- python-version : ["3.8 "]
687
+ python-version : ["3.9 "]
688
688
env :
689
689
MODIN_STORAGE_FORMAT : pyarrow
690
690
MODIN_EXPERIMENTAL : " True"
@@ -714,7 +714,7 @@ jobs:
714
714
shell : bash -l {0}
715
715
strategy :
716
716
matrix :
717
- python-version : ["3.8 "]
717
+ python-version : ["3.9 "]
718
718
engine : ["ray", "dask"]
719
719
env :
720
720
MODIN_EXPERIMENTAL : " True"
0 commit comments