Skip to content

Commit 8f7a5e0

Browse files
feat(ci): use only Python 3.10 for code quality checks
1 parent 2b9eb2a commit 8f7a5e0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/python-code-quality.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python-version: ["3.10", "3.14"]
21+
python-version: ["3.10"]
2222
runs-on: ubuntu-latest
2323
continue-on-error: true
2424
defaults:
@@ -55,7 +55,7 @@ jobs:
5555
strategy:
5656
fail-fast: false
5757
matrix:
58-
python-version: ["3.10", "3.14"]
58+
python-version: ["3.10"]
5959
runs-on: ubuntu-latest
6060
continue-on-error: true
6161
defaults:
@@ -84,7 +84,7 @@ jobs:
8484
strategy:
8585
fail-fast: false
8686
matrix:
87-
python-version: ["3.10", "3.14"]
87+
python-version: ["3.10"]
8888
runs-on: ubuntu-latest
8989
continue-on-error: true
9090
defaults:
@@ -117,7 +117,7 @@ jobs:
117117
strategy:
118118
fail-fast: false
119119
matrix:
120-
python-version: ["3.10", "3.14"]
120+
python-version: ["3.10"]
121121
runs-on: ubuntu-latest
122122
continue-on-error: true
123123
defaults:

0 commit comments

Comments
 (0)