Browse Source

👷 Add CI tests for Python 3.9 with coverage

pull/14575/head
Sebastián Ramírez 7 months ago
parent
commit
5bc66efad3
  1. 5
      .github/workflows/test.yml

5
.github/workflows/test.yml

@ -45,10 +45,15 @@ jobs:
os: [ windows-latest, macos-latest ]
python-version: [ "3.14" ]
include:
- os: ubuntu-latest
python-version: "3.9"
coverage: coverage
- os: macos-latest
python-version: "3.10"
coverage: coverage
- os: ubuntu-latest
python-version: "3.12"
coverage: coverage
- os: windows-latest
python-version: "3.13"
coverage: coverage

Loading…
Cancel
Save