Skip to content

Commit 204ed37

Browse files
chore(deps): update python to v3.14.2
1 parent 324a908 commit 204ed37

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/preview-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Python
2828
uses: actions/setup-python@v4
2929
with:
30-
python-version: "3.12"
30+
python-version: "3.14"
3131

3232
- name: Install dependencies
3333
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
{ name = "Mustafa Eyceoz", email = "Mustafa.Eyceoz@partner.ibm.com" },
1111
{ name = "Naweed Aghmad Khan", email = "naweed.khan@ibm.com" },
1212
]
13-
requires-python = ">=3.11,<3.13"
13+
requires-python = ">=3.14,<3.15"
1414
readme = "README.md"
1515
license = "Apache-2.0"
1616
dependencies = [

0 commit comments

Comments
 (0)