diff --git a/.github/workflows/Python_tests.yml b/.github/workflows/Python_tests.yml index 65215df..57b08ce 100644 --- a/.github/workflows/Python_tests.yml +++ b/.github/workflows/Python_tests.yml @@ -7,7 +7,7 @@ jobs: fail-fast: false matrix: os: [macos-latest] - python-version: [2.7, 3.8] + python-version: [2.7] # , 3.8] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}