Skip to content

Commit

Permalink
Github actions: Remove Python 3.7 test
Browse files Browse the repository at this point in the history
Signed-off-by: aatmdelissen <2767694+aatmdelissen@users.noreply.github.com>
  • Loading branch information
aatmdelissen committed Jan 7, 2025
1 parent 59bc8ff commit a9df579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit a9df579

Please sign in to comment.