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 ed69b92 commit 3dc7f68Copy full SHA for 3dc7f68
1 file changed
pyproject.toml
@@ -50,8 +50,8 @@ testing = [
50
'pytest-xdist==3.8.0; python_version >= "3.9"',
51
]
52
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"',
+ # only run on CI with the latest Python version FIXME(@MarshalX): update to 3.14 when CodSpeed supports it
+ 'pytest-codspeed==4.1.1; python_version == "3.13" and implementation_name == "cpython"',
55
56
57
all = [
0 commit comments