Skip to content

Commit

Permalink
revert 3.7 check
Browse files Browse the repository at this point in the history
  • Loading branch information
Ty Schlichenmeyer committed Jan 25, 2024
1 parent 2af0ce2 commit 28e0cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Unit tests
strategy:
matrix:
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python_version: ["3.8", "3.9", "3.10", "3.11"]
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 28e0cfb

Please sign in to comment.