Skip to content

Commit bc3dc8c

Browse files
authored
feat(core): updated the sdk core version to 3.42.2 (#91)
Signed-off-by: Ujjwal Kumar <[email protected]>
1 parent 3e2bc9e commit bc3dc8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
environment: ci
1414
strategy:
1515
matrix:
16-
python-version: ['3.8', '3.9', '3.10', '3.11']
16+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1717
steps:
1818
- uses: actions/checkout@v3
1919
with:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ classifiers = [
2727
]
2828
keywords=["ibm", "cloud", "ibm cloud services", "vpc" ]
2929
dependencies = [
30-
"ibm_cloud_sdk_core>=3.22.0,<3.23.0;python_version<'3.9'",
31-
"ibm_cloud_sdk_core>=3.23.0;python_version>='3.9'",
30+
"ibm_cloud_sdk_core>=3.24.2,<4.0.0;python_version<'3.9'",
31+
"ibm_cloud_sdk_core>=3.24.2;python_version>='3.9'",
3232
"python_dateutil>=2.5.3,<3.0.0",
3333
]
3434

0 commit comments

Comments
 (0)