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 7a26a31 commit cfb26baCopy full SHA for cfb26ba
.github/workflows/ci-pr.yaml
@@ -6,7 +6,7 @@ on:
6
env:
7
# Please make sure this version is included in the `matrix`, as the
8
# `matrix` section can't use `env`, so it must be entered manually
9
- DEFAULT_PYTHON_VERSION: '3.11'
+ DEFAULT_PYTHON_VERSION: '3.13'
10
# It would be nice to be able to also define a DEFAULT_UBUNTU_VERSION
11
# but sadly `env` can't be used either in `runs-on`.
12
@@ -19,8 +19,8 @@ jobs:
19
- name: Run nox
20
uses: frequenz-floss/[email protected]
21
with:
22
- python-version: "3.11"
23
- nox-session: ci_checks_max
+ python-version: "3.13"
+ nox-session: pytest_min
24
25
test-docs:
26
name: Test documentation website generation
0 commit comments