Skip to content

Commit adbb29f

Browse files
committed
feat(python): Start using python 3.13 in more places
1 parent c2aae1b commit adbb29f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
strategy:
2727
matrix:
28-
python-version: ["3.9", "3.12"]
28+
python-version: ["3.9", "3.12", "3.13"]
2929

3030
env:
3131
UV_SYSTEM_PYTHON: 1

.github/workflows/pyright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
python-version: ["3.9", "3.12"]
26+
python-version: ["3.9", "3.12", "3.13"]
2727

2828
env:
2929
UV_SYSTEM_PYTHON: 1

.github/workflows/python-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ jobs:
4141
- name: Install uv and set the python version
4242
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1
4343
with:
44-
python-version: '3.12'
44+
python-version: '3.13'
4545
activate-environment: true
4646

47-
- name: Set up Python 3.12
47+
- name: Set up Python 3.13
4848
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
4949
with:
50-
python-version: '3.12'
50+
python-version: '3.13'
5151

5252
- name: Install dependencies
5353
run: |

0 commit comments

Comments
 (0)