Skip to content

Commit ba1e39c

Browse files
committed
Fix osx workflow
1 parent 37da064 commit ba1e39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macosx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: macos-latest
66
strategy:
77
matrix:
8-
python: [3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11"]
8+
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
99
static_deps: ["static", ""]
1010
steps:
1111
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)