Skip to content

Commit

Permalink
Re-enable python 3.7 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysepler authored Mar 7, 2022
1 parent 23691be commit d3f5c78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# TODO: Enable 3.7 when it works
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false

Expand Down

0 comments on commit d3f5c78

Please sign in to comment.