Skip to content

Commit 66afb84

Browse files
committed
chore: add 3.14 to the list of supported python versions
1 parent 3b0649b commit 66afb84

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[![CI](https://github.com/CodSpeedHQ/pytest-codspeed/actions/workflows/ci.yml/badge.svg)](https://github.com/CodSpeedHQ/pytest-codspeed/actions/workflows/ci.yml)
55
[![PyPi Version](https://img.shields.io/pypi/v/pytest-codspeed?color=%2334D058&label=pypi)](https://pypi.org/project/pytest-codspeed)
6-
![Python Version](https://img.shields.io/badge/python-3.9%20|%203.10%20|%203.11%20|%203.12%20|%203.13-informational.svg)
6+
![Python Version](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-informational.svg)
77
[![Discord](https://img.shields.io/badge/chat%20on-discord-7289da.svg)](https://discord.com/invite/MxpaCfKSqF)
88
[![CodSpeed Badge](https://img.shields.io/endpoint?url=https://codspeed.io/badge.json)](https://codspeed.io/CodSpeedHQ/pytest-codspeed)
99

@@ -61,10 +61,10 @@ If you want to run the benchmarks tests locally, you can use the `--codspeed` py
6161
```sh
6262
$ pytest tests/ --codspeed
6363
============================= test session starts ====================
64-
platform darwin -- Python 3.13.0, pytest-7.4.4, pluggy-1.5.0
65-
codspeed: 3.0.0 (enabled, mode: walltime, timer_resolution: 41.7ns)
64+
platform darwin -- Python 3.14.0, pytest-7.4.4, pluggy-1.5.0
65+
codspeed: 4.2.0 (enabled, mode: walltime, timer_resolution: 41.7ns)
6666
rootdir: /home/user/codspeed-test, configfile: pytest.ini
67-
plugins: codspeed-3.0.0
67+
plugins: codspeed-4.2.0
6868
collected 1 items
6969

7070
tests/test_sum_squares.py . [ 100%]
@@ -105,15 +105,15 @@ jobs:
105105
- uses: actions/checkout@v4
106106
- uses: actions/setup-python@v5
107107
with:
108-
python-version: "3.13"
108+
python-version: "3.14"
109109

110110
- name: Install dependencies
111111
run: pip install -r requirements.txt
112112

113113
- name: Run benchmarks
114114
uses: CodSpeedHQ/action@v4
115115
with:
116-
mode: instrumentation # or `walltime`
116+
mode: instrumentation # or `walltime`
117117
token: ${{ secrets.CODSPEED_TOKEN }}
118118
run: pytest tests/ --codspeed
119119
```

0 commit comments

Comments
 (0)