about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authordirkf <fieldhouse@gmx.net>2023-06-23 00:15:06 +0100
committerdirkf <fieldhouse@gmx.net>2023-06-23 00:15:06 +0100
commit58fc5bde47215d9e7c60647dd21202a254b3b066 (patch)
tree857e16f152b1731cd7190178a5a18dff5bba8408 /.github
parentfa7f0effbe4e14fcf70e1dc4496371c9862b64b9 (diff)
downloadyoutube-dl-58fc5bde47215d9e7c60647dd21202a254b3b066.tar.gz
youtube-dl-58fc5bde47215d9e7c60647dd21202a254b3b066.tar.xz
youtube-dl-58fc5bde47215d9e7c60647dd21202a254b3b066.zip
[workflows/ci.yml] Restore test support for Py 3.3, 3.4, and add 2.6
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9be4eaa89..4008cc190 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -8,9 +8,7 @@ jobs:
       fail-fast: true
       matrix:
         os: [ubuntu-20.04]
-        # TODO: python 2.6
-        # TODO: restore support for 3.3, 3.4
-        python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, pypy-2.7, pypy-3.6, pypy-3.7]
+        python-version: [2.6, 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]
         python-impl: [cpython]
         ytdl-test-set: [core, download]
         run-tests-ext: [sh]