Skip to content

Commit

Permalink
Drop Python 3.8 from test matrix
Browse files Browse the repository at this point in the history
b/c black 24.10.0 Requires-Python >=3.9
  • Loading branch information
atodorov committed Oct 8, 2024
1 parent 52d3018 commit 620a299
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.11]
python-version: [3.11]

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.11]
python-version: [3.11]
make-command: [doc8, flake8, pylint, check-build]

steps:
Expand All @@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.11]
python-version: [3.11]
kiwitcms-url: [public.tenant.kiwitcms.org, tcms.kiwitcms.org]

steps:
Expand Down

0 comments on commit 620a299

Please sign in to comment.