@@ -52,10 +52,10 @@ jobs:
52
52
steps :
53
53
- name : Checkout
54
54
uses : actions/checkout@v3
55
- - name : Set up Python 3.8
55
+ - name : Set up Python
56
56
uses : actions/setup-python@v2
57
57
with :
58
- python-version : " 3.8 "
58
+ python-version : " 3.11 "
59
59
- name : Install dependencies
60
60
run : |
61
61
python -m pip install --upgrade pip
66
66
env :
67
67
SC_TOKEN : " ${{ secrets.SC_TOKEN }}"
68
68
- name : Integration tests
69
- run : ansible-test integration --requirements --python 3.8
69
+ run : ansible-test integration --requirements --python 3.11
70
70
sc_ssh_key
71
71
sc_cloud_computing_flavors_info
72
72
sc_cloud_computing_regions_info
@@ -94,10 +94,10 @@ jobs:
94
94
steps :
95
95
- name : Checkout
96
96
uses : actions/checkout@v3
97
- - name : Set up Python 3.8
97
+ - name : Set up Python
98
98
uses : actions/setup-python@v2
99
99
with :
100
- python-version : " 3.8 "
100
+ python-version : " 3.11 "
101
101
- name : Install dependencies
102
102
run : |
103
103
python -m pip install --upgrade pip
@@ -108,7 +108,7 @@ jobs:
108
108
env :
109
109
SC_TOKEN : " ${{ secrets.SC_TOKEN }}"
110
110
- name : Integration tests
111
- run : ansible-test integration --requirements --python 3.8
111
+ run : ansible-test integration --requirements --python 3.11
112
112
sc_ssh_key
113
113
sc_baremetal_locations_info
114
114
sc_baremetal_servers_info
@@ -131,10 +131,10 @@ jobs:
131
131
steps :
132
132
- name : Checkout
133
133
uses : actions/checkout@v3
134
- - name : Set up Python 3.8
134
+ - name : Set up Python
135
135
uses : actions/setup-python@v2
136
136
with :
137
- python-version : " 3.8 "
137
+ python-version : " 3.11 "
138
138
- name : Install dependencies
139
139
run : |
140
140
python -m pip install --upgrade pip
@@ -145,7 +145,7 @@ jobs:
145
145
env :
146
146
SC_TOKEN : " ${{ secrets.SC_TOKEN }}"
147
147
- name : Integration tests
148
- run : ansible-test integration --requirements --python 3.8
148
+ run : ansible-test integration --requirements --python 3.11
149
149
sc_l2_segment
150
150
sc_l2_segment_aliases
151
151
sc_l2_segments_info
@@ -166,10 +166,10 @@ jobs:
166
166
steps :
167
167
- name : Checkout
168
168
uses : actions/checkout@v3
169
- - name : Set up Python 3.8
169
+ - name : Set up Python
170
170
uses : actions/setup-python@v2
171
171
with :
172
- python-version : 3.8
172
+ python-version : " 3.11 "
173
173
- name : Install dependencies
174
174
run : |
175
175
python -m pip install --upgrade pip
0 commit comments