reduce mumber of redundant CI builds

This commit is contained in:
Nick Sweeting
2025-05-23 04:46:21 -04:00
committed by GitHub
parent ad957bd195
commit 27ca169393

View File

@@ -32,7 +32,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.11", "3.12", "3.13"]
python-version: ["3.11", "3.13"]
steps:
- uses: actions/checkout@v4