Skip to content

Commit 8a82bb2

Browse files
committed
Update tox CI Python version to 3.12
1 parent 4a4679a commit 8a82bb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
matrix:
4141
include:
4242
- environment: pep8
43-
python-version: "3.10"
43+
python-version: "3.12"
4444
- environment: releasenotes
45-
python-version: "3.10"
45+
python-version: "3.12"
4646
- environment: docs
47-
python-version: "3.10"
47+
python-version: "3.12"
4848
name: Tox ${{ matrix.environment }} with Python ${{ matrix.python-version }}
4949
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
5050
steps:

0 commit comments

Comments
 (0)