Skip to content

Commit 531e488

Browse files
committed
remove test for macos+py 3.10 due to issue tk backend issue on GH, issue #649
1 parent 00605bb commit 531e488

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [windows-latest, ubuntu-latest, macos-latest]
20-
python-version: [3.7, 3.8, 3.9, '3.10', 3.11]
20+
# python-version: [3.7, 3.8, 3.9, '3.10', 3.11]
21+
python-version: [3.7, 3.8, 3.9, 3.11]
2122

2223
steps:
2324
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)