Skip to content

Commit 9d59e1c

Browse files
Update dependency python to 3.13 (#439)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 62a2a49 commit 9d59e1c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Set up Python
7070
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
7171
with:
72-
python-version: 3.12
72+
python-version: 3.13
7373
- name: Set up Python environment
7474
uses: glotzerlab/workflows/setup-uv@1855eec25e87bdbc06359aa3adc355b59272cae3 # 0.7.0
7575
with:

.github/workflows/style_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Python
2323
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2424
with:
25-
python-version: 3.12
25+
python-version: 3.13
2626
- name: Set up Python environment
2727
uses: glotzerlab/workflows/setup-uv@1855eec25e87bdbc06359aa3adc355b59272cae3 # 0.7.0
2828
with:

0 commit comments

Comments
 (0)