Skip to content

Commit

Permalink
ci: test on Python 3.7 and 3.9, drop long dead Python 3.6
Browse files Browse the repository at this point in the history
ubuntu-latest image on GH action no longer has Python 3.6...
  • Loading branch information
joanise authored Mar 28, 2024
1 parent e8ea6f0 commit b6d72cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 5
matrix:
python: [3.6, 3.9]
python: [3.7, 3.9]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b6d72cd

Please sign in to comment.