diff --git a/.github/workflows/Python_tests.yml b/.github/workflows/Python_tests.yml index 09e53f6e..00bb3cac 100644 --- a/.github/workflows/Python_tests.yml +++ b/.github/workflows/Python_tests.yml @@ -7,7 +7,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - python-version: [2.7, 3.6, 3.7, 3.8] # 3.5, + python-version: [3.7, 3.8] # 2.7, 3.5, 3.6 steps: - uses: actions/checkout@v1 - name: Set up Python ${{ matrix.python-version }}