Skip to content

Commit eb18597

Browse files
authored
Merge pull request #174 from diazona/exclude-python36-on-mac/1/dev
Exclude Python 3.6 on Mac OS
2 parents 5e86ff0 + f3cb2a1 commit eb18597

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ jobs:
3838
force-minimum-dependencies:
3939
- false
4040
exclude:
41-
# Python 3.6 does not run on ubuntu-latest
41+
# Python 3.6 does not run on ubuntu-latest or any version of macos
4242
- python: "3.6"
4343
platform: ubuntu-latest
44+
- python: "3.6"
45+
platform: macos-latest
4446
include:
4547
- python: "3.6"
4648
platform: ubuntu-20.04

0 commit comments

Comments
 (0)