File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,24 +92,24 @@ jobs:
9292 pre-commit : [true]
9393 pytest : [true]
9494 include :
95- - os : " ubuntu-latest"
95+ - os : " ubuntu-latest" # Minimum dependency versions
9696 python-version : " 3.10"
9797 uv-version : " 0.6.8" # Sync with pyproject.toml
9898 resolution : " lowest-direct"
9999 codspeed : false
100100 codecov : false
101101 pre-commit : false
102102 pytest : true
103- - os : " ubuntu-latest"
103+ - os : " ubuntu-latest" # Codecov run
104104 python-version : " 3.14"
105105 uv-version : " latest"
106106 resolution : " highest"
107107 codspeed : false
108108 codecov : true
109109 pre-commit : false
110110 pytest : true
111- - os : " ubuntu-latest"
112- python-version : " 3.14 "
111+ - os : " ubuntu-latest" # Codspeed run
112+ python-version : " 3.13 " # 3.14 support not available yet
113113 uv-version : " latest"
114114 resolution : " highest"
115115 codspeed : true
You can’t perform that action at this time.
0 commit comments