Skip to content

Commit 578c8c2

Browse files
fix(deps): update python to v3.13.2
1 parent 68888dd commit 578c8c2

File tree

4 files changed

+5
-49
lines changed

4 files changed

+5
-49
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: "🐍 Install Python"
3535
uses: actions/setup-python@v5
3636
with:
37-
python-version: '3.9'
37+
python-version: '3.13'
3838

3939
- uses: actions/cache@v3
4040
with:

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: "🐍 Install Python"
2323
uses: actions/setup-python@v5
2424
with:
25-
python-version: '3.9'
25+
python-version: '3.13'
2626

2727
- uses: actions/cache@v3
2828
with:

poetry.lock

Lines changed: 2 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ keywords = ["wsadmin", "ibm", "stubs", "types", "jython", "autocompletion", "int
1919

2020

2121
[tool.poetry.dependencies]
22-
python = ">=3.8,<=3.11"
22+
python = ">=3.13,<=3.13.2"
2323

2424

2525
[tool.poetry.group.dev]

0 commit comments

Comments
 (0)