Skip to content

Commit 4a624f5

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

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: |

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Python
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: 3.13
27+
python-version: 3.14
2828

2929
- name: Build and publish distribution
3030
env:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ authors = [
66
]
77
description = "Core library used by SDKs for IBM Cloud 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 :: 5 - Production/Stable",
1919
"Environment :: Console",
2020
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)