Skip to content

Commit 1927218

Browse files
feat(benchmark): upgrade benchmark runner to py3.14 (#17)
1 parent 80540a6 commit 1927218

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Python
3232
uses: actions/setup-python@v6
3333
with:
34-
python-version: "3.13"
34+
python-version: "3.14"
3535
cache: pip
3636
cache-dependency-path: |
3737
setup.py

.github/workflows/codspeed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Python
3232
uses: actions/setup-python@v6
3333
with:
34-
python-version: "3.13"
34+
python-version: "3.14"
3535
cache: pip
3636
cache-dependency-path: |
3737
setup.py

0 commit comments

Comments
 (0)