Skip to content

Commit c36da38

Browse files
committed
gh act vers
1 parent 8957063 commit c36da38

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-python@v2
1313
with:
14-
python-version: "3.10"
14+
python-version: "3.11"
1515
architecture: x64
1616
- run: pip install nox
17-
- run: nox -f noxfile_cov.py -p "3.10"
17+
- run: nox -f noxfile_cov.py -p "3.11"
1818
env:
1919
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-python@v2
1313
with:
14-
python-version: "3.10"
14+
python-version: "3.11"
1515
architecture: x64
1616
- run: pip install nox
17-
- run: nox -p "3.10" -f noxfile_lint.py
17+
- run: nox -p "3.11" -f noxfile_lint.py

0 commit comments

Comments
 (0)