Skip to content

Commit 5c42edb

Browse files
committed
fix: versions
1 parent 1b144d5 commit 5c42edb

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/tests.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252
steps:
5353
- name: Checkout
5454
uses: actions/checkout@v3
55-
- name: Set up Python 3.8
55+
- name: Set up Python
5656
uses: actions/setup-python@v2
5757
with:
58-
python-version: "3.8"
58+
python-version: "3.11"
5959
- name: Install dependencies
6060
run: |
6161
python -m pip install --upgrade pip
@@ -66,7 +66,7 @@ jobs:
6666
env:
6767
SC_TOKEN: "${{ secrets.SC_TOKEN }}"
6868
- name: Integration tests
69-
run: ansible-test integration --requirements --python 3.8
69+
run: ansible-test integration --requirements --python 3.11
7070
sc_ssh_key
7171
sc_cloud_computing_flavors_info
7272
sc_cloud_computing_regions_info
@@ -94,10 +94,10 @@ jobs:
9494
steps:
9595
- name: Checkout
9696
uses: actions/checkout@v3
97-
- name: Set up Python 3.8
97+
- name: Set up Python
9898
uses: actions/setup-python@v2
9999
with:
100-
python-version: "3.8"
100+
python-version: "3.11"
101101
- name: Install dependencies
102102
run: |
103103
python -m pip install --upgrade pip
@@ -108,7 +108,7 @@ jobs:
108108
env:
109109
SC_TOKEN: "${{ secrets.SC_TOKEN }}"
110110
- name: Integration tests
111-
run: ansible-test integration --requirements --python 3.8
111+
run: ansible-test integration --requirements --python 3.11
112112
sc_ssh_key
113113
sc_baremetal_locations_info
114114
sc_baremetal_servers_info
@@ -131,10 +131,10 @@ jobs:
131131
steps:
132132
- name: Checkout
133133
uses: actions/checkout@v3
134-
- name: Set up Python 3.8
134+
- name: Set up Python
135135
uses: actions/setup-python@v2
136136
with:
137-
python-version: "3.8"
137+
python-version: "3.11"
138138
- name: Install dependencies
139139
run: |
140140
python -m pip install --upgrade pip
@@ -145,7 +145,7 @@ jobs:
145145
env:
146146
SC_TOKEN: "${{ secrets.SC_TOKEN }}"
147147
- name: Integration tests
148-
run: ansible-test integration --requirements --python 3.8
148+
run: ansible-test integration --requirements --python 3.11
149149
sc_l2_segment
150150
sc_l2_segment_aliases
151151
sc_l2_segments_info
@@ -166,10 +166,10 @@ jobs:
166166
steps:
167167
- name: Checkout
168168
uses: actions/checkout@v3
169-
- name: Set up Python 3.8
169+
- name: Set up Python
170170
uses: actions/setup-python@v2
171171
with:
172-
python-version: 3.8
172+
python-version: "3.11"
173173
- name: Install dependencies
174174
run: |
175175
python -m pip install --upgrade pip

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ansible==2.16.2
1+
ansible-core==2.16.2
22
wheel
33
openstacksdk
44
flake8

0 commit comments

Comments
 (0)