77 runs-on : ubuntu-latest
88 steps :
99 - uses : actions/checkout@v3
10- - name : Set up Python 3.9
10+ - name : Set up Python 3.11.10
1111 uses : actions/setup-python@v4
1212 with :
13- python-version : 3.9
13+ python-version : 3.11.10
1414 cache : ' pip' # Cache pip dependencies\.
1515 cache-dependency-path : ' **/setup.py'
1616 - name : Install Modules and Run
@@ -25,10 +25,10 @@ jobs:
2525 runs-on : ubuntu-latest
2626 steps :
2727 - uses : actions/checkout@v3
28- - name : Set up Python 3.9
28+ - name : Set up Python 3.11.10
2929 uses : actions/setup-python@v4
3030 with :
31- python-version : 3.9
31+ python-version : 3.11.10
3232 cache : ' pip' # Cache pip dependencies\.
3333 cache-dependency-path : ' **/setup.py'
3434 - name : Install Modules and Run
@@ -42,10 +42,10 @@ jobs:
4242 runs-on : ubuntu-latest
4343 steps :
4444 - uses : actions/checkout@v3
45- - name : Set up Python 3.9
45+ - name : Set up Python 3.11.10
4646 uses : actions/setup-python@v4
4747 with :
48- python-version : 3.9
48+ python-version : 3.11.10
4949 cache : ' pip' # Cache pip dependencies\.
5050 cache-dependency-path : ' **/setup.py'
5151 - name : Install Modules and Run
@@ -59,10 +59,10 @@ jobs:
5959 runs-on : ubuntu-latest
6060 steps :
6161 - uses : actions/checkout@v3
62- - name : Set up Python 3.9
62+ - name : Set up Python 3.11.10
6363 uses : actions/setup-python@v4
6464 with :
65- python-version : 3.9
65+ python-version : 3.11.10
6666 cache : ' pip' # Cache pip dependencies\.
6767 cache-dependency-path : ' **/setup.py'
6868 - name : Install Modules and Run
@@ -77,10 +77,10 @@ jobs:
7777 runs-on : ubuntu-latest
7878 steps :
7979 - uses : actions/checkout@v3
80- - name : Set up Python 3.9
80+ - name : Set up Python 3.11.10
8181 uses : actions/setup-python@v4
8282 with :
83- python-version : 3.9
83+ python-version : 3.11.10
8484 cache : ' pip' # Cache pip dependencies\.
8585 cache-dependency-path : ' **/setup.py'
8686 - name : Install Modules and Run
@@ -96,10 +96,10 @@ jobs:
9696 runs-on : ubuntu-latest
9797 steps :
9898 - uses : actions/checkout@v3
99- - name : Set up Python 3.9
99+ - name : Set up Python 3.11.10
100100 uses : actions/setup-python@v4
101101 with :
102- python-version : 3.9
102+ python-version : 3.11.10
103103 cache : ' pip' # Cache pip dependencies\.
104104 cache-dependency-path : ' **/setup.py'
105105 - name : Install Modules and Run
@@ -113,10 +113,10 @@ jobs:
113113 runs-on : ubuntu-latest
114114 steps :
115115 - uses : actions/checkout@v3
116- - name : Set up Python 3.9
116+ - name : Set up Python 3.11.10
117117 uses : actions/setup-python@v4
118118 with :
119- python-version : 3.9
119+ python-version : 3.11.10
120120 cache : ' pip' # Cache pip dependencies\.
121121 cache-dependency-path : ' **/setup.py'
122122 - name : Install Modules and Run
@@ -130,10 +130,10 @@ jobs:
130130 runs-on : ubuntu-latest
131131 steps :
132132 - uses : actions/checkout@v3
133- - name : Set up Python 3.9
133+ - name : Set up Python 3.11.10
134134 uses : actions/setup-python@v4
135135 with :
136- python-version : 3.9
136+ python-version : 3.11.10
137137 cache : ' pip' # Cache pip dependencies\.
138138 cache-dependency-path : ' **/setup.py'
139139 - name : Install Modules and Run
@@ -148,10 +148,10 @@ jobs:
148148 runs-on : ubuntu-latest
149149 steps :
150150 - uses : actions/checkout@v3
151- - name : Set up Python 3.9
151+ - name : Set up Python 3.11.10
152152 uses : actions/setup-python@v4
153153 with :
154- python-version : 3.9
154+ python-version : 3.11.10
155155 cache : ' pip' # Cache pip dependencies\.
156156 cache-dependency-path : ' **/setup.py'
157157 - name : Install Modules and Run
@@ -166,10 +166,10 @@ jobs:
166166 runs-on : ubuntu-latest
167167 steps :
168168 - uses : actions/checkout@v3
169- - name : Set up Python 3.9
169+ - name : Set up Python 3.11.10
170170 uses : actions/setup-python@v4
171171 with :
172- python-version : 3.9
172+ python-version : 3.11.10
173173 cache : ' pip' # Cache pip dependencies\.
174174 cache-dependency-path : ' **/setup.py'
175175 - name : Install Modules and Run
@@ -184,10 +184,10 @@ jobs:
184184 runs-on : ubuntu-latest
185185 steps :
186186 - uses : actions/checkout@v3
187- - name : Set up Python 3.9
187+ - name : Set up Python 3.11.10
188188 uses : actions/setup-python@v4
189189 with :
190- python-version : 3.9
190+ python-version : 3.11.10
191191 cache : ' pip' # Cache pip dependencies\.
192192 cache-dependency-path : ' **/setup.py'
193193 - name : Install pytest
@@ -208,10 +208,10 @@ jobs:
208208 runs-on : ubuntu-latest
209209 steps :
210210 - uses : actions/checkout@v3
211- - name : Set up Python 3.9
211+ - name : Set up Python 3.11.10
212212 uses : actions/setup-python@v4
213213 with :
214- python-version : 3.9
214+ python-version : 3.11.10
215215 cache : ' pip' # Cache pip dependencies\.
216216 cache-dependency-path : ' **/setup.py'
217217 - name : Install pytest
0 commit comments