Skip to content

Commit 15ef8ef

Browse files
exclude Mac OSX on Python 3.10
1 parent f07fe83 commit 15ef8ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
matrix:
4747
os: [ ubuntu-latest, macos-latest ]
4848
python-version: [ '3.7', '3.8', '3.9', '3.x' ]
49+
exclude:
50+
- os: macos-latest
51+
python-version: '3.x'
4952
steps:
5053
- name: clone repository
5154
uses: actions/checkout@v2

0 commit comments

Comments
 (0)