Skip to content

Commit

Permalink
Remove unit tests for 3.9 and 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclotruc authored Dec 28, 2024
1 parent 38f59ba commit 96fb7fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11"]

steps:
- uses: actions/checkout@v4
Expand All @@ -30,4 +30,4 @@ jobs:
- name: Run tests
run: |
pytest
pytest

0 comments on commit 96fb7fe

Please sign in to comment.