]> xmof Git - DeDRM.git/commitdiff
GitHub Action test on both Python 2 and Python 3
authorChristian Clauss <cclauss@me.com>
Sun, 27 Sep 2020 22:36:25 +0000 (00:36 +0200)
committerGitHub <noreply@github.com>
Sun, 27 Sep 2020 22:36:25 +0000 (00:36 +0200)
.github/workflows/Python_tests.yml

index 57b08ce19552183cb4c43281bde89eb50c5dec83..65215df6250475e8c37ad06551c8fe0039ae0f12 100644 (file)
@@ -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 }}