Only test latest Python version on MacOS

This commit is contained in:
nicolargo 2024-06-29 16:43:47 +02:00
parent 154ae8e610
commit 48103f167e

View File

@ -99,7 +99,8 @@ jobs:
runs-on: macos-14
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
# Only test the latest stable version
python-version: ["3.12"]
steps: