Skip to content

Commit b9ff5f2

Browse files
committed
Uncomment macOS 3.12 in CI matrix for testing
1 parent c1e5984 commit b9ff5f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
os: ["ubuntu-latest"]
2222
python-version: ["3.10", "3.11", "3.12"]
2323
include:
24-
# - { os: "macos-latest", python-version: "3.12" }
24+
- { os: "macos-latest", python-version: "3.12" }
2525
- { os: "windows-latest", python-version: "3.11" }
2626
- { os: "ubuntu-22.04", python-version: "3.10", requires: "oldest" }
2727

0 commit comments

Comments
 (0)