From e9bd02e6c8b28ae67e59c8621ef731605ac7ef6d Mon Sep 17 00:00:00 2001
From: Padraig Gleeson
Date: Tue, 25 Nov 2025 17:01:55 +0000
Subject: [PATCH] Don't use brackets in exclude spec
---
.github/workflows/ci_versions.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci_versions.yml b/.github/workflows/ci_versions.yml
index 5345fcc..c229b07 100644
--- a/.github/workflows/ci_versions.yml
+++ b/.github/workflows/ci_versions.yml
@@ -19,7 +19,7 @@ jobs:
runs-on: [ubuntu-latest, macos-latest ]
exclude:
- runs-on: macos-latest
- python-version: ["3.9"]
+ python-version: "3.9"
steps:
- uses: actions/checkout@v4