File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed
Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -217,17 +217,10 @@ jobs:
217217 - " 3.10"
218218 - " 3.9" # lowest supported -- handled in include
219219 exclude :
220- - os : macos-latest
220+ - os : macos-latest # macos-latest is incompatible with some PY versions
221221 python-version : " 3.10"
222- - os : macos-latest
222+ - os : macos-latest # macos-latest is incompatible with some PY versions
223223 python-version : " 3.9"
224- include :
225- - os : macos-13
226- python-version : " 3.10"
227- unittest-args : []
228- - os : macos-13
229- python-version : " 3.9"
230- unittest-args : []
231224 steps :
232225 - name : Checkout
233226 # see https://github.com/actions/checkout
Original file line number Diff line number Diff line change 6060 REPORTS_DIR : CI_reports
6161 DIST_DIR : dist
6262 DIST_ARTIFACT : python-dist
63- PYTHON_VERSION_DEFAULT : " 3.12 "
63+ PYTHON_VERSION_DEFAULT : " 3.14 "
6464 POETRY_VERSION : " 1.8.1"
6565
6666permissions : {}
You can’t perform that action at this time.
0 commit comments