We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1328bd commit 4b0ada2Copy full SHA for 4b0ada2
.github/workflows/benchmark.yml
@@ -17,11 +17,11 @@ jobs:
17
id: checkout
18
uses: actions/checkout@v5
19
20
- - name: Set up Python 3.14
+ - name: Set up Python 3.13
21
id: setup-python
22
uses: actions/setup-python@v6
23
with:
24
- python-version: "3.14"
+ python-version: "3.13"
25
architecture: x64
26
27
- name: Install uv
@@ -39,4 +39,4 @@ jobs:
39
40
mode: instrumentation
41
token: ${{ secrets.CODSPEED_TOKEN }}
42
- run: tox -e py314 -- -k benchmarks --benchmark-enable --codspeed
+ run: tox -e py313 -- -k benchmarks --benchmark-enable --codspeed
0 commit comments