Skip to content

Commit

Permalink
Extend test matrix with latest Python version
Browse files Browse the repository at this point in the history
@benedikt-voelkel perhaps we should shrink this list?
  • Loading branch information
mconcas authored May 16, 2024
1 parent 6564667 commit 3838107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 6
matrix:
python-version: [3.8, 3.9]
python-version: [3.9, 3.10, 3.11, 3.12]
test-tool: [pylint, flake8, pytest]

steps:
Expand All @@ -34,7 +34,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.8, 3.9]
python-version: [3.9, 3.10, 3.11, 3.12]
test-tool: [pylint, flake8, pytest]

steps:
Expand Down

0 comments on commit 3838107

Please sign in to comment.