7
7
- main
8
8
pull_request :
9
9
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'
12
12
13
13
jobs :
14
14
15
15
base :
16
16
runs-on : ubuntu-latest
17
17
strategy :
18
18
matrix :
19
- python-version : ['3.11', '3.9 ']
19
+ python-version : ['3.12', '3. 11', '3.10 ']
20
20
21
21
steps :
22
22
- name : Check out repository
23
23
uses : actions/checkout@v2
24
24
25
25
- name : Prepare python ${{ matrix.python-version }}
26
- uses : actions/setup-python@v1
26
+ uses : actions/setup-python@v4
27
27
with :
28
28
python-version : ${{ matrix.python-version }}
29
29
@@ -54,14 +54,14 @@ jobs:
54
54
runs-on : ubuntu-latest
55
55
strategy :
56
56
matrix :
57
- python-version : ['3.11', '3.9 ']
57
+ python-version : ['3.12 ']
58
58
59
59
steps :
60
60
- name : Check out repository
61
61
uses : actions/checkout@v2
62
62
63
63
- name : Prepare python ${{ matrix.python-version }}
64
- uses : actions/setup-python@v1
64
+ uses : actions/setup-python@v4
65
65
with :
66
66
python-version : ${{ matrix.python-version }}
67
67
@@ -100,7 +100,7 @@ jobs:
100
100
uses : actions/checkout@v2
101
101
102
102
- name : Prepare python ${{ matrix.python-version }}
103
- uses : actions/setup-python@v1
103
+ uses : actions/setup-python@v4
104
104
with :
105
105
python-version : ${{ matrix.python-version }}
106
106
@@ -127,14 +127,14 @@ jobs:
127
127
runs-on : macos-latest
128
128
strategy :
129
129
matrix :
130
- python-version : ['3.11', '3.9 ']
130
+ python-version : ['3.12 ']
131
131
132
132
steps :
133
133
- name : Check out repository
134
134
uses : actions/checkout@v2
135
135
136
136
- name : Prepare python ${{ matrix.python-version }}
137
- uses : actions/setup-python@v1
137
+ uses : actions/setup-python@v4
138
138
with :
139
139
python-version : ${{ matrix.python-version }}
140
140
@@ -161,14 +161,14 @@ jobs:
161
161
runs-on : ubuntu-latest
162
162
strategy :
163
163
matrix :
164
- python-version : ['3.11 ']
164
+ python-version : ['3.12 ']
165
165
166
166
steps :
167
167
- name : Check out repository
168
168
uses : actions/checkout@v2
169
169
170
170
- name : Prepare python ${{ matrix.python-version }}
171
- uses : actions/setup-python@v1
171
+ uses : actions/setup-python@v4
172
172
with :
173
173
python-version : ${{ matrix.python-version }}
174
174
@@ -189,14 +189,14 @@ jobs:
189
189
runs-on : ubuntu-latest
190
190
strategy :
191
191
matrix :
192
- python-version : ['3.11 ']
192
+ python-version : ['3.12 ']
193
193
194
194
steps :
195
195
- name : Check out repository
196
196
uses : actions/checkout@v2
197
197
198
198
- name : Prepare python ${{ matrix.python-version }}
199
- uses : actions/setup-python@v1
199
+ uses : actions/setup-python@v4
200
200
with :
201
201
python-version : ${{ matrix.python-version }}
202
202
@@ -224,7 +224,7 @@ jobs:
224
224
uses : actions/checkout@v2
225
225
226
226
- name : Prepare python ${{ matrix.python-version }}
227
- uses : actions/setup-python@v1
227
+ uses : actions/setup-python@v4
228
228
with :
229
229
python-version : ${{ matrix.python-version }}
230
230
0 commit comments