Skip to content

Commit a26c903

Browse files
authored
Update main.yml
1 parent b799dce commit a26c903

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [ubuntu]#, macos,windows]
18-
py: ["3.8", "3.9", "3.10", "3.11"]
17+
os: [ubuntu, macos]#,windows]
18+
py: ["3.9", "3.10", "3.11"]
1919
include:
2020
#- os: windows
2121
# shell: "/usr/bin/bash"

0 commit comments

Comments
 (0)