77 - main
88 pull_request :
99 schedule :
10- # run Monday and Thursday at 03:18 UTC
11- - cron : ' 18 15 * * MON,THU '
10+ # run Monday at 03:18 UTC
11+ - cron : ' 18 15 * * MON'
1212
1313jobs :
1414
1515 base :
1616 runs-on : ubuntu-latest
1717 strategy :
1818 matrix :
19- python-version : ['3.11', '3.9 ']
19+ python-version : ['3.12', '3. 11', '3.10 ']
2020
2121 steps :
2222 - name : Check out repository
2323 uses : actions/checkout@v2
2424
2525 - name : Prepare python ${{ matrix.python-version }}
26- uses : actions/setup-python@v1
26+ uses : actions/setup-python@v4
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929
@@ -54,14 +54,14 @@ jobs:
5454 runs-on : ubuntu-latest
5555 strategy :
5656 matrix :
57- python-version : ['3.11', '3.9 ']
57+ python-version : ['3.12 ']
5858
5959 steps :
6060 - name : Check out repository
6161 uses : actions/checkout@v2
6262
6363 - name : Prepare python ${{ matrix.python-version }}
64- uses : actions/setup-python@v1
64+ uses : actions/setup-python@v4
6565 with :
6666 python-version : ${{ matrix.python-version }}
6767
@@ -100,7 +100,7 @@ jobs:
100100 uses : actions/checkout@v2
101101
102102 - name : Prepare python ${{ matrix.python-version }}
103- uses : actions/setup-python@v1
103+ uses : actions/setup-python@v4
104104 with :
105105 python-version : ${{ matrix.python-version }}
106106
@@ -127,14 +127,14 @@ jobs:
127127 runs-on : macos-latest
128128 strategy :
129129 matrix :
130- python-version : ['3.11', '3.9 ']
130+ python-version : ['3.12 ']
131131
132132 steps :
133133 - name : Check out repository
134134 uses : actions/checkout@v2
135135
136136 - name : Prepare python ${{ matrix.python-version }}
137- uses : actions/setup-python@v1
137+ uses : actions/setup-python@v4
138138 with :
139139 python-version : ${{ matrix.python-version }}
140140
@@ -161,14 +161,14 @@ jobs:
161161 runs-on : ubuntu-latest
162162 strategy :
163163 matrix :
164- python-version : ['3.11 ']
164+ python-version : ['3.12 ']
165165
166166 steps :
167167 - name : Check out repository
168168 uses : actions/checkout@v2
169169
170170 - name : Prepare python ${{ matrix.python-version }}
171- uses : actions/setup-python@v1
171+ uses : actions/setup-python@v4
172172 with :
173173 python-version : ${{ matrix.python-version }}
174174
@@ -189,14 +189,14 @@ jobs:
189189 runs-on : ubuntu-latest
190190 strategy :
191191 matrix :
192- python-version : ['3.11 ']
192+ python-version : ['3.12 ']
193193
194194 steps :
195195 - name : Check out repository
196196 uses : actions/checkout@v2
197197
198198 - name : Prepare python ${{ matrix.python-version }}
199- uses : actions/setup-python@v1
199+ uses : actions/setup-python@v4
200200 with :
201201 python-version : ${{ matrix.python-version }}
202202
@@ -224,7 +224,7 @@ jobs:
224224 uses : actions/checkout@v2
225225
226226 - name : Prepare python ${{ matrix.python-version }}
227- uses : actions/setup-python@v1
227+ uses : actions/setup-python@v4
228228 with :
229229 python-version : ${{ matrix.python-version }}
230230
0 commit comments