From d18058fe482a75ec8fefbef56d27cf5c8e36afd8 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Fri, 31 Jan 2020 13:35:27 -0800 Subject: Remove support for python2 (#1321) --- .github/workflows/build.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ea6dc43..64ba8511 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,16 +9,10 @@ jobs: strategy: matrix: os: [ubuntu-16.04, macos-latest, windows-latest] - python: [2.7, '3.x'] - exclude: - - os: macos-latest - python: '3.x' - - os: windows-latest - python: '3.x' steps: - uses: actions/setup-python@v1 with: - python-version: ${{ matrix.python }} + python-version: '3.x' - uses: actions/checkout@v1 with: submodules: true -- cgit v1.2.3