Skip to content

Commit c265d4c

Browse files
authored
Merge pull request #296 from ClangBuiltLinux/hs/slim-ci-matrix
fix(ci): drop EOL Python version
2 parents b2c6f65 + 3e67e65 commit c265d4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
version: ['3.13', '3.12', '3.11', '3.10', '3.9', '3.8']
11+
version: ['3.13', '3.12', '3.11', '3.10', '3.9']
1212
uses: ClangBuiltLinux/actions-workflows/.github/workflows/python_lint.yml@main
1313
with:
1414
python_version: ${{ matrix.version }}

ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
target-version = 'py38'
1+
target-version = 'py39'
22

33
# https://docs.astral.sh/ruff/rules/
44
[lint]

0 commit comments

Comments
 (0)