7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- uses : actions/checkout@v3
10
- - name : Set up Python 3.9
10
+ - name : Set up Python 3.11.10
11
11
uses : actions/setup-python@v4
12
12
with :
13
- python-version : 3.9
13
+ python-version : 3.11.10
14
14
cache : ' pip' # Cache pip dependencies\.
15
15
cache-dependency-path : ' **/setup.py'
16
16
- name : Install Modules and Run
@@ -25,10 +25,10 @@ jobs:
25
25
runs-on : ubuntu-latest
26
26
steps :
27
27
- uses : actions/checkout@v3
28
- - name : Set up Python 3.9
28
+ - name : Set up Python 3.11.10
29
29
uses : actions/setup-python@v4
30
30
with :
31
- python-version : 3.9
31
+ python-version : 3.11.10
32
32
cache : ' pip' # Cache pip dependencies\.
33
33
cache-dependency-path : ' **/setup.py'
34
34
- name : Install Modules and Run
@@ -42,10 +42,10 @@ jobs:
42
42
runs-on : ubuntu-latest
43
43
steps :
44
44
- uses : actions/checkout@v3
45
- - name : Set up Python 3.9
45
+ - name : Set up Python 3.11.10
46
46
uses : actions/setup-python@v4
47
47
with :
48
- python-version : 3.9
48
+ python-version : 3.11.10
49
49
cache : ' pip' # Cache pip dependencies\.
50
50
cache-dependency-path : ' **/setup.py'
51
51
- name : Install Modules and Run
@@ -59,10 +59,10 @@ jobs:
59
59
runs-on : ubuntu-latest
60
60
steps :
61
61
- uses : actions/checkout@v3
62
- - name : Set up Python 3.9
62
+ - name : Set up Python 3.11.10
63
63
uses : actions/setup-python@v4
64
64
with :
65
- python-version : 3.9
65
+ python-version : 3.11.10
66
66
cache : ' pip' # Cache pip dependencies\.
67
67
cache-dependency-path : ' **/setup.py'
68
68
- name : Install Modules and Run
@@ -77,10 +77,10 @@ jobs:
77
77
runs-on : ubuntu-latest
78
78
steps :
79
79
- uses : actions/checkout@v3
80
- - name : Set up Python 3.9
80
+ - name : Set up Python 3.11.10
81
81
uses : actions/setup-python@v4
82
82
with :
83
- python-version : 3.9
83
+ python-version : 3.11.10
84
84
cache : ' pip' # Cache pip dependencies\.
85
85
cache-dependency-path : ' **/setup.py'
86
86
- name : Install Modules and Run
@@ -96,10 +96,10 @@ jobs:
96
96
runs-on : ubuntu-latest
97
97
steps :
98
98
- uses : actions/checkout@v3
99
- - name : Set up Python 3.9
99
+ - name : Set up Python 3.11.10
100
100
uses : actions/setup-python@v4
101
101
with :
102
- python-version : 3.9
102
+ python-version : 3.11.10
103
103
cache : ' pip' # Cache pip dependencies\.
104
104
cache-dependency-path : ' **/setup.py'
105
105
- name : Install Modules and Run
@@ -113,10 +113,10 @@ jobs:
113
113
runs-on : ubuntu-latest
114
114
steps :
115
115
- uses : actions/checkout@v3
116
- - name : Set up Python 3.9
116
+ - name : Set up Python 3.11.10
117
117
uses : actions/setup-python@v4
118
118
with :
119
- python-version : 3.9
119
+ python-version : 3.11.10
120
120
cache : ' pip' # Cache pip dependencies\.
121
121
cache-dependency-path : ' **/setup.py'
122
122
- name : Install Modules and Run
@@ -130,10 +130,10 @@ jobs:
130
130
runs-on : ubuntu-latest
131
131
steps :
132
132
- uses : actions/checkout@v3
133
- - name : Set up Python 3.9
133
+ - name : Set up Python 3.11.10
134
134
uses : actions/setup-python@v4
135
135
with :
136
- python-version : 3.9
136
+ python-version : 3.11.10
137
137
cache : ' pip' # Cache pip dependencies\.
138
138
cache-dependency-path : ' **/setup.py'
139
139
- name : Install Modules and Run
@@ -148,10 +148,10 @@ jobs:
148
148
runs-on : ubuntu-latest
149
149
steps :
150
150
- uses : actions/checkout@v3
151
- - name : Set up Python 3.9
151
+ - name : Set up Python 3.11.10
152
152
uses : actions/setup-python@v4
153
153
with :
154
- python-version : 3.9
154
+ python-version : 3.11.10
155
155
cache : ' pip' # Cache pip dependencies\.
156
156
cache-dependency-path : ' **/setup.py'
157
157
- name : Install Modules and Run
@@ -166,10 +166,10 @@ jobs:
166
166
runs-on : ubuntu-latest
167
167
steps :
168
168
- uses : actions/checkout@v3
169
- - name : Set up Python 3.9
169
+ - name : Set up Python 3.11.10
170
170
uses : actions/setup-python@v4
171
171
with :
172
- python-version : 3.9
172
+ python-version : 3.11.10
173
173
cache : ' pip' # Cache pip dependencies\.
174
174
cache-dependency-path : ' **/setup.py'
175
175
- name : Install Modules and Run
@@ -184,10 +184,10 @@ jobs:
184
184
runs-on : ubuntu-latest
185
185
steps :
186
186
- uses : actions/checkout@v3
187
- - name : Set up Python 3.9
187
+ - name : Set up Python 3.11.10
188
188
uses : actions/setup-python@v4
189
189
with :
190
- python-version : 3.9
190
+ python-version : 3.11.10
191
191
cache : ' pip' # Cache pip dependencies\.
192
192
cache-dependency-path : ' **/setup.py'
193
193
- name : Install pytest
@@ -208,10 +208,10 @@ jobs:
208
208
runs-on : ubuntu-latest
209
209
steps :
210
210
- uses : actions/checkout@v3
211
- - name : Set up Python 3.9
211
+ - name : Set up Python 3.11.10
212
212
uses : actions/setup-python@v4
213
213
with :
214
- python-version : 3.9
214
+ python-version : 3.11.10
215
215
cache : ' pip' # Cache pip dependencies\.
216
216
cache-dependency-path : ' **/setup.py'
217
217
- name : Install pytest
0 commit comments