Skip to content

Commit

Permalink
ci: matrix test Python 3.7 and 3.12
Browse files Browse the repository at this point in the history
We still support Python 3.6, and probably older ones too, but it's no
longer available in the ubuntu-latest image on GitHub Actions.

So instead of 3.6 and 3.9, let's matrix test the oldest and newest
Python versions we can at the moment, i.e., 3.7 and 3.12.
  • Loading branch information
joanise committed Mar 28, 2024
1 parent 3f89b04 commit ac8503c
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.12"]

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

0 comments on commit ac8503c

Please sign in to comment.