]> jfr.im git - yt-dlp.git/commitdiff
Temporarily disable python 3.3 and 3.4 tests
authorpukkandan <redacted>
Thu, 7 Jan 2021 06:39:44 +0000 (12:09 +0530)
committerpukkandan <redacted>
Thu, 7 Jan 2021 11:52:45 +0000 (17:22 +0530)
.github/workflows/ci.yml

index f8ce8d50e31b9c43522049bf7534a17eb1497cac..6e48f9192dfe95b9f291087e18c17617e7cc7f3d 100644 (file)
@@ -9,7 +9,8 @@ jobs:
       matrix:
         os: [ubuntu-latest]
         # TODO: python 2.6
-        python-version: [2.7, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, pypy-2.7, pypy-3.6, pypy-3.7]
+        # 3.3, 3.4 are not running
+        python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, pypy-2.7, pypy-3.6, pypy-3.7]
         python-impl: [cpython]
         ytdl-test-set: [core, download]
         run-tests-ext: [sh]