Skip to content

Commit

Permalink
don't build on python 3.7 anymore, as it's past its end of life
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Nov 22, 2023
1 parent 40885a2 commit 8e82fa5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,11 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python:
- major_dot_minor: '3.8'
- major_dot_minor: '3.9'
- major_dot_minor: '3.10'
- major_dot_minor: '3.11'
name: Unit tests
steps:
# the test files are read verbatim, making it problematic if git is
Expand Down

0 comments on commit 8e82fa5

Please sign in to comment.