]> xmof Git - DeDRM.git/commitdiff
Focus only on legacy Python for now
authorChristian Clauss <cclauss@me.com>
Mon, 20 Jan 2020 14:23:19 +0000 (15:23 +0100)
committerGitHub <noreply@github.com>
Mon, 20 Jan 2020 14:23:19 +0000 (15:23 +0100)
.github/workflows/Python_tests.yml

index 65215df6250475e8c37ad06551c8fe0039ae0f12..57b08ce19552183cb4c43281bde89eb50c5dec83 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 }}