File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 66env :
77 # Please make sure this version is included in the `matrix`, as the
88 # `matrix` section can't use `env`, so it must be entered manually
9- DEFAULT_PYTHON_VERSION : ' 3.11 '
9+ DEFAULT_PYTHON_VERSION : ' 3.13 '
1010 # It would be nice to be able to also define a DEFAULT_UBUNTU_VERSION
1111 # but sadly `env` can't be used either in `runs-on`.
1212
1919 - name : Run nox
2020 uses :
frequenz-floss/[email protected] 2121 with :
22- python-version : " 3.11 "
23- nox-session : ci_checks_max
22+ python-version : " 3.13 "
23+ nox-session : pytest_min
2424
2525 test-docs :
2626 name : Test documentation website generation
Original file line number Diff line number Diff line change 11name : CI
22
33on :
4+ pull_request :
45 merge_group :
56 push :
67 # We need to explicitly include tags because otherwise when adding
You can’t perform that action at this time.
0 commit comments