Skip to content

Commit 8405221

Browse files
committed
Set python version to 3.13
1 parent 1b82ab0 commit 8405221

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
# setuptools_scm requires git history to determine the version
3232
fetch-depth: 0
3333

34-
- name: "Set up Python 3.11"
34+
- name: "Set up Python 3.13"
3535
uses: actions/setup-python@v5
3636
with:
37-
python-version: "3.11"
37+
python-version: "3.13"
3838

3939
- name: "Install uv"
4040
uses: astral-sh/setup-uv@v3

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@v4
2323

24-
- name: Set up Python 3.11
24+
- name: Set up Python 3.13
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: "3.11"
27+
python-version: "3.13"
2828

2929
- name: Install uv
3030
uses: astral-sh/setup-uv@v3

.python-version

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
3.13
2+

0 commit comments

Comments
 (0)