Skip to content

Commit 7ca8941

Browse files
authored
Merge pull request #69 from glotzerlab/renovate/python-3.x
Update dependency python to 3.13
2 parents abc8386 + 46e73ce commit 7ca8941

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/start.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3232
with:
3333
repository: glotzerlab/jetstream2-admin
34-
ref: v1.3.0
34+
ref: v1.5.0
3535
# Python 3.9 is the latest possible because netifaces has no new releases
3636
- name: Set up Python
3737
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
3838
with:
39-
python-version: "3.9"
39+
python-version: "3.13"
4040
- name: Install openstack
4141
uses: glotzerlab/workflows/setup-uv@894d9678188a02b06560fdeb2b9ba98d016cd371 # 0.10.0
4242
with:

0 commit comments

Comments
 (0)