Skip to content

Commit 6c1849e

Browse files
committed
Update tox CI to use python 3.10
1 parent 7930fab commit 6c1849e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/stackhpc-pull-request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ name: Pull request
99
pull_request:
1010
jobs:
1111
tox:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313
permissions: {}
1414
strategy:
1515
matrix:
1616
include:
1717
- environment: pep8
18-
python-version: 3.8
18+
python-version: "3.10"
1919
- environment: releasenotes
20-
python-version: 3.8
20+
python-version: "3.10"
2121
- environment: docs
22-
python-version: 3.8
22+
python-version: "3.10"
2323
name: Tox ${{ matrix.environment }} with Python ${{ matrix.python-version }}
2424
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
2525
steps:

0 commit comments

Comments
 (0)