Skip to content

Commit a223307

Browse files
committed
build: bump python versions
Signed-off-by: Lídia Tarcza <[email protected]>
1 parent eba6877 commit a223307

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Python
2727
uses: actions/setup-python@v5
2828
with:
29-
python-version: 3.13
29+
python-version: 3.14
3030

3131
- name: Install detect-secrets
3232
run: |
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
strategy:
4646
matrix:
47-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
47+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
4848

4949
steps:
5050
- name: Checkout repository
@@ -78,7 +78,7 @@ jobs:
7878
- name: Setup Python
7979
uses: actions/setup-python@v5
8080
with:
81-
python-version: 3.13
81+
python-version: 3.14
8282

8383
- name: Install Publishing Tools
8484
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Service Name | Module Name | Service Class Name
8181

8282
* An [IBM Cloud][ibm-cloud-onboarding] account.
8383
* An IAM API key to allow the SDK to access your account. Create one [here](https://cloud.ibm.com/iam/apikeys).
84-
* Python 3.9 or above.
84+
* Python 3.10 or above.
8585

8686
## Installation
8787

0 commit comments

Comments
 (0)