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 8957063 commit c36da38Copy full SHA for c36da38
.github/workflows/coverage.yml
@@ -11,9 +11,9 @@ jobs:
11
- uses: actions/checkout@v4
12
- uses: actions/setup-python@v2
13
with:
14
- python-version: "3.10"
+ python-version: "3.11"
15
architecture: x64
16
- run: pip install nox
17
- - run: nox -f noxfile_cov.py -p "3.10"
+ - run: nox -f noxfile_cov.py -p "3.11"
18
env:
19
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
.github/workflows/lint.yml
@@ -11,7 +11,7 @@ jobs:
- - run: nox -p "3.10" -f noxfile_lint.py
+ - run: nox -p "3.11" -f noxfile_lint.py
0 commit comments