Ver código fonte

Don't publish Python 3.5 binaries for Mac OS X either.

Jelmer Vernooij 4 anos atrás
pai
commit
be305d85ef
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      .github/workflows/pythonpublish.yml

+ 2 - 0
.github/workflows/pythonpublish.yml

@@ -20,6 +20,8 @@ jobs:
         exclude:
           - os: windows-latest
             python-version: 3.5
+          - os: macos-latest
+            python-version: 3.5
       fail-fast: false
 
     steps: