Skip to content

Commit

Permalink
Change python versions in tests
Browse files Browse the repository at this point in the history
Remove 3.8
Keep 3.9 (used in alidist)
Add 3.12 (current version)
  • Loading branch information
benedikt-voelkel authored Oct 5, 2024
1 parent 4ea72ea commit e42b2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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.12]
test-tool: [pylint, flake8, pytest]

steps:
Expand Down

0 comments on commit e42b2f7

Please sign in to comment.