Explorar el Código

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

Jelmer Vernooij hace 4 años
padre
commit
be305d85ef
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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: