Drop python 3.7 and 3.8 from CI checks

This commit is contained in:
Laurent Savaëte
2025-08-08 12:34:20 +02:00
parent a72bcc6659
commit d1a20b6a4e

View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3