Skip to content

Commit 7e0b19e

Browse files
ci: upgrade Python version to latest security release
Potentially need a Python version built with a newer version of glibc: https://github.com/differentiable-swift/swift-differentiation-benchmarks/actions/runs/17434492323/job/49500577731
1 parent 3d3f3fa commit 7e0b19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Python
2828
uses: actions/setup-python@v5
2929
with:
30-
python-version: "3.11"
30+
python-version: "3.13"
3131
- name: Verify Python version
3232
run: python --version
3333
- name: Install dependencies

0 commit comments

Comments
 (0)