Selaa lähdekoodia

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

Jelmer Vernooij 4 vuotta sitten
vanhempi
commit
be305d85ef
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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: