Explorar o código

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

Jelmer Vernooij %!s(int64=4) %!d(string=hai) anos
pai
achega
be305d85ef
Modificáronse 1 ficheiros con 2 adicións e 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: