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 175450c commit d3e7880Copy full SHA for d3e7880
.github/workflows/coverage.yaml
@@ -31,7 +31,7 @@ jobs:
31
- name: Setup Python
32
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
33
with:
34
- python-version: "3.13"
+ python-version: "3.14"
35
36
- run: pip install nox coverage
37
.github/workflows/lint.yaml
@@ -32,7 +32,7 @@ jobs:
- name: Install nox
38
run: pip install nox
0 commit comments