From 109261bdc01ad8e05b1af744cc044233dfe3bae6 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 28 Sep 2020 00:36:25 +0200 Subject: [PATCH] GitHub Action test on both Python 2 and Python 3 --- .github/workflows/Python_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Python_tests.yml b/.github/workflows/Python_tests.yml index 57b08ce..65215df 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 }}