1818 runs-on : ubuntu-latest
1919 strategy :
2020 matrix :
21- python-version : [ '3.9 ', '3.10 ', '3.11 ', '3.12 ', '3.13 ' ]
21+ python-version : [ '3.10 ', '3.11 ', '3.12 ', '3.13 ', '3.14 ' ]
2222 steps :
2323 - uses : actions/checkout@v6
2424 - name : Set up Python ${{ matrix.python-version }}
3232 sudo apt-get install build-essential python3-dev libldap2-dev libsasl2-dev vim -y
3333 python -m pip install --upgrade pip
3434 pip install "setuptools<82"
35- pip install --no-build-isolation ibm-cloud-sdk-core==3.18.0 ibm-platform-services==0.27 .0 ibm-vpc==0.21 .0
35+ pip install ibm-cloud-sdk-core==3.24.4 ibm-platform-services==0.75 .0 ibm-vpc==0.33 .0
3636 pip install flake8 pytest pytest-cov
3737 if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3838 if [ -f tests_requirements.txt ]; then pip install -r tests_requirements.txt; fi
6969 INSTANCE_ID : ${{ steps.terraform_instance_id.outputs.INSTANCE_ID }}
7070 strategy :
7171 matrix :
72- python-version : [ '3.13 ' ]
72+ python-version : [ '3.14 ' ]
7373 steps :
7474 - uses : actions/checkout@v6
7575 - name : Set up Python ${{ matrix.python-version }}
@@ -123,7 +123,7 @@ jobs:
123123 strategy :
124124 max-parallel : 1
125125 matrix :
126- python-version : [ '3.9 ', '3.10 ', '3.11 ', '3.12 ', '3.13 ' ]
126+ python-version : [ '3.10 ', '3.11 ', '3.12 ', '3.13 ', '3.14 ' ]
127127 services :
128128 elasticsearch :
129129 image : docker.elastic.co/elasticsearch/elasticsearch:7.11.0
@@ -149,7 +149,7 @@ jobs:
149149 sudo apt-get install build-essential python3-dev libldap2-dev libsasl2-dev vim -y
150150 python -m pip install --upgrade pip
151151 pip install "setuptools<82"
152- pip install --no-build-isolation ibm-cloud-sdk-core==3.18.0 ibm-platform-services==0.27 .0 ibm-vpc==0.21 .0
152+ pip install ibm-cloud-sdk-core==3.24.4 ibm-platform-services==0.75 .0 ibm-vpc==0.33 .0
153153 pip install flake8 pytest pytest-cov
154154 if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
155155 if [ -f tests_requirements.txt ]; then pip install -r tests_requirements.txt; fi
@@ -201,7 +201,7 @@ jobs:
201201 runs-on : ubuntu-latest
202202 strategy :
203203 matrix :
204- python-version : [ '3.13 ' ]
204+ python-version : [ '3.14 ' ]
205205 steps :
206206 - uses : actions/checkout@v6
207207 - name : Set up Python ${{ matrix.python-version }}
@@ -248,7 +248,7 @@ jobs:
248248 runs-on : ubuntu-latest
249249 strategy :
250250 matrix :
251- python-version : [ '3.13 ' ]
251+ python-version : [ '3.14 ' ]
252252 steps :
253253 - uses : actions/checkout@v6
254254 - name : Set up Python ${{ matrix.python-version }}
@@ -271,7 +271,7 @@ jobs:
271271 runs-on : ubuntu-latest
272272 strategy :
273273 matrix :
274- python-version : [ '3.13 ' ]
274+ python-version : [ '3.14 ' ]
275275 steps :
276276 - uses : actions/checkout@v6
277277 - name : Set up Python ${{ matrix.python-version }}
@@ -288,7 +288,7 @@ jobs:
288288 sudo apt-get install build-essential python3-dev libldap2-dev libsasl2-dev vim -y
289289 python -m pip install --upgrade pip
290290 pip install "setuptools<82"
291- pip install --no-build-isolation ibm-cloud-sdk-core==3.18.0 ibm-platform-services==0.27 .0 ibm-vpc==0.21 .0 ibm-schematics==1.0.1
291+ pip install ibm-cloud-sdk-core==3.24.4 ibm-platform-services==0.75 .0 ibm-vpc==0.33 .0 ibm-schematics==1.0.1
292292 echo '⌛ Wait till package will be updated in PyPI'
293293 # Verfiy and wait till latest cloud-governance version will be updated in Pypi (timeout 900 seconds)
294294 timeout=900
@@ -324,7 +324,7 @@ jobs:
324324 runs-on : ubuntu-latest
325325 strategy :
326326 matrix :
327- python-version : [ '3.13 ' ]
327+ python-version : [ '3.14 ' ]
328328 steps :
329329 - uses : actions/checkout@v6
330330 - name : Set up Python ${{ matrix.python-version }}
@@ -345,7 +345,7 @@ jobs:
345345 runs-on : ubuntu-latest
346346 strategy :
347347 matrix :
348- python-version : [ '3.13 ' ]
348+ python-version : [ '3.14 ' ]
349349 steps :
350350 - uses : actions/checkout@v6
351351 - name : Set up Python ${{ matrix.python-version }}
@@ -369,7 +369,7 @@ jobs:
369369 runs-on : ubuntu-latest
370370 strategy :
371371 matrix :
372- python-version : [ '3.13 ' ]
372+ python-version : [ '3.14 ' ]
373373 needs : [ unittest, terraform_apply, integration, pypi_upload, pypi_validate, public_quay_upload, private_quay_upload ]
374374 steps :
375375 - uses : actions/checkout@v6
0 commit comments