Skip to content

Commit 4563904

Browse files
authored
build: bump python versions (#309)
* build: bump python versions Signed-off-by: Lídia Tarcza <[email protected]>
1 parent eba6877 commit 4563904

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ authors = [
66
]
77
description = "Python client library for IBM Cloud Platform Services"
88
readme = "README.md"
9-
requires-python = ">=3.9"
9+
requires-python = ">=3.10"
1010
classifiers = [
1111
"Programming Language :: Python",
1212
"Programming Language :: Python :: 3",
13-
"Programming Language :: Python :: 3.9",
1413
"Programming Language :: Python :: 3.10",
1514
"Programming Language :: Python :: 3.11",
1615
"Programming Language :: Python :: 3.12",
1716
"Programming Language :: Python :: 3.13",
17+
"Programming Language :: Python :: 3.14",
1818
"Development Status :: 4 - Beta",
1919
"Environment :: Console",
2020
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)