Update coverage.yml

Removed everything but 3.11 from test matrix.
This commit is contained in:
Jamie Hardt
2023-11-10 17:54:05 -08:00
committed by GitHub
parent bfd2217e23
commit 89e9959a43

View File

@@ -12,7 +12,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] python-version: ["3.11"]
steps: steps:
- uses: actions/checkout@v2.5.0 - uses: actions/checkout@v2.5.0