Skip to content

Commit 3dc7f68

Browse files
committed
fix pyproject
1 parent ed69b92 commit 3dc7f68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ testing = [
5050
'pytest-xdist==3.8.0; python_version >= "3.9"',
5151
]
5252
codspeed = [
53-
# only run on CI with the latest Python version
54-
'pytest-codspeed==4.1.1; python_version == "3.14" and implementation_name == "cpython"',
53+
# only run on CI with the latest Python version FIXME(@MarshalX): update to 3.14 when CodSpeed supports it
54+
'pytest-codspeed==4.1.1; python_version == "3.13" and implementation_name == "cpython"',
5555
]
5656

5757
all = [

0 commit comments

Comments
 (0)