Skip to content

Commit

Permalink
Update test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
wellington36 authored Nov 21, 2024
1 parent f6369ad commit 1866304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_infsum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- name: Checkout code
Expand All @@ -36,4 +36,4 @@ jobs:
- name: Run tests
run: |
pytest tests.py
pytest tests.py

0 comments on commit 1866304

Please sign in to comment.