Skip to content

Commit

Permalink
CI: Add CI build for Python 3.7
Browse files Browse the repository at this point in the history
This patch adds Python 3.7 to our CI build matrix.  While we always have
supported Python 3.7, it was an oversight not to test builds with it.
Crucially, now that we use different Cython versions between 3.7 and our
other supported interpreter versions, it is important to check with 3.7
explicitly.

Signed-off-by: Patrick M. Niedzielski <[email protected]>
  • Loading branch information
pniedzielski committed Jan 11, 2024
1 parent 75e90f1 commit b180d2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
strategy:
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
Expand Down

0 comments on commit b180d2d

Please sign in to comment.