Skip to content

Commit

Permalink
remove: 3.7 build workflow
Browse files Browse the repository at this point in the history
end of line as of june 27 2023
  • Loading branch information
aMahanna committed Jul 4, 2023
1 parent 9589f79 commit 7b61e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python: ["3.8", "3.9", "3.10", "3.11"]
name: Python ${{ matrix.python }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7b61e38

Please sign in to comment.