Remove unit tests for 3.9 and 3.8

This commit is contained in:
Romain Courtois 2024-12-28 05:55:47 +01:00 committed by GitHub
parent 38f59ba682
commit 96fb7fe4fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
@ -30,4 +30,4 @@ jobs:
- name: Run tests
run: |
pytest
pytest