Skip to content

Commit 7a3d9cb

Browse files
committed
fix python version in ci
1 parent 605fbc2 commit 7a3d9cb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/black.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
python-version: [3.8]
9+
python-version: [3.11]
1010

1111
steps:
1212
# git checkout

.github/workflows/flake8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
python-version: [3.8]
9+
python-version: [3.11]
1010

1111
steps:
1212
# git checkout

.github/workflows/pyroma.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
python-version: [3.8]
9+
python-version: [3.11]
1010

1111
steps:
1212
# git checkout

.github/workflows/zpretty.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
python-version: [3.8]
9+
python-version: [3.11]
1010

1111
steps:
1212
# git checkout

0 commit comments

Comments
 (0)