summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2024-06-29 16:43:47 +0200
committernicolargo <nicolashennion@gmail.com>2024-06-29 16:43:47 +0200
commit48103f167ebdcdad6e8e0af666d5a924c4affdf0 (patch)
tree383c31cf026676e38c9a5bf0bbd2332e8ff4019b
parent154ae8e6104041e05011715a8807edb8e5ad44fd (diff)
Only test latest Python version on MacOS
-rw-r--r--.github/workflows/test.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index efd24232..5465ba2f 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -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: