summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorChristian Clauss <[email protected]>2020-09-28 00:36:25 +0200
committerGitHub <[email protected]>2020-09-28 00:36:25 +0200
commit109261bdc01ad8e05b1af744cc044233dfe3bae6 (patch)
tree8943a25003ad1d02bba0355eee1010e5125f716c /.github
parentde50a02af92ef2bdd142dfb0bfb8e288ebf3bb67 (diff)
GitHub Action test on both Python 2 and Python 3
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/Python_tests.yml2
1 files changed, 1 insertions, 1 deletions
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 }}