Skip to content

Commit 4b0ada2

Browse files
committed
Codspeed doesn't seem to support Python 3.14 yet
1 parent f1328bd commit 4b0ada2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
id: checkout
1818
uses: actions/checkout@v5
1919

20-
- name: Set up Python 3.14
20+
- name: Set up Python 3.13
2121
id: setup-python
2222
uses: actions/setup-python@v6
2323
with:
24-
python-version: "3.14"
24+
python-version: "3.13"
2525
architecture: x64
2626

2727
- name: Install uv
@@ -39,4 +39,4 @@ jobs:
3939
with:
4040
mode: instrumentation
4141
token: ${{ secrets.CODSPEED_TOKEN }}
42-
run: tox -e py314 -- -k benchmarks --benchmark-enable --codspeed
42+
run: tox -e py313 -- -k benchmarks --benchmark-enable --codspeed

0 commit comments

Comments
 (0)