Skip to content

Commit

Permalink
Revert "Remove CI for Python3.7"
Browse files Browse the repository at this point in the history
With the previous commit, CI should again work for Python v3.7

This reverts commit 5e12838.
  • Loading branch information
jherland committed Jan 9, 2023
1 parent 6032f68 commit 81a2a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 81a2a09

Please sign in to comment.