Skip to content

Commit 7a1cef8

Browse files
committed
Enable all workflows
1 parent eaf3570 commit 7a1cef8

File tree

5 files changed

+1
-2
lines changed

5 files changed

+1
-2
lines changed

.github/workflows/macosx.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
# python: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
23-
python: ["3.14"]
22+
python: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2423
static_deps: ["static", ""]
2524

2625
steps:

0 commit comments

Comments
 (0)