Skip to content

Commit 02b1b28

Browse files
committed
Drop Python 3.8 from test matrix
b/c black 24.10.0 Requires-Python >=3.9
1 parent 12a9ae8 commit 02b1b28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: [3.8, 3.11]
13+
python-version: [3.11]
1414

1515
steps:
1616
- uses: actions/checkout@v3

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: [3.8, 3.11]
18+
python-version: [3.11]
1919
make-command: [doc8, flake8, pylint, check-build]
2020

2121
steps:
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
matrix:
45-
python-version: [3.8, 3.11]
45+
python-version: [3.11]
4646
kiwitcms-url: [public.tenant.kiwitcms.org, tcms.kiwitcms.org]
4747

4848
steps:

0 commit comments

Comments
 (0)