Skip to content

Commit 15dd062

Browse files
committed
Bump Python version for benchmarks to 3.13
Python 3.13.1 has been released. As its rare to see performance changes in Python versions after .0, and even more rare to see them after .1 its time to start benchmarking against 3.13.1
1 parent 210c381 commit 15dd062

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,11 +266,11 @@ jobs:
266266
uses: actions/checkout@v4
267267
with:
268268
submodules: true
269-
- name: Setup Python 3.12
269+
- name: Setup Python 3.13
270270
id: python-install
271271
uses: actions/setup-python@v5
272272
with:
273-
python-version: 3.12
273+
python-version: 3.13
274274
cache: pip
275275
cache-dependency-path: requirements/*.txt
276276
- name: Update pip, wheel, setuptools, build, twine

0 commit comments

Comments
 (0)