From 92ea9e73b9f281c468d0133cd1d5b613ea7ed60e Mon Sep 17 00:00:00 2001 From: aouinizied Date: Sun, 19 Apr 2020 23:37:56 +0200 Subject: [PATCH] Disable py38, py36 on macos. --- .github/workflows/build_and_publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index 40bcc72..a772193 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -24,10 +24,10 @@ jobs: exclude: - os: macos-latest python-version: pypy3 - #- os: macos-latest - # python-version: 3.8 - #- os: macos-latest - # python-version: 3.6 + - os: macos-latest + python-version: 3.8 + - os: macos-latest + python-version: 3.6 steps: - uses: actions/checkout@v1