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 2da57e0 commit bf88f54Copy full SHA for bf88f54
.github/workflows/lint.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Setup Python
13
uses: actions/setup-python@v6
14
with:
15
- python-version: "3.13"
+ python-version: "3.14"
16
- name: Install nox
17
run: |
18
python -m pip install --upgrade setuptools pip wheel
.github/workflows/unittest.yml
@@ -45,7 +45,7 @@ jobs:
45
46
uses: actions/setup-python@v5
47
48
- python-version: "3.8"
49
- name: Install coverage
50
51
0 commit comments