[workflows/ci.yml] Restore test support for Py 3.3, 3.4, and add 2.6
authordirkf <fieldhouse@gmx.net>
Thu, 22 Jun 2023 23:15:06 +0000 (00:15 +0100)
committerdirkf <fieldhouse@gmx.net>
Thu, 22 Jun 2023 23:15:06 +0000 (00:15 +0100)
.github/workflows/ci.yml

index 9be4eaa8986bf3859a53cbcff9880220a4ac1d92..4008cc19045efb1aad6f08cbe45debd3bc4b24dd 100644 (file)
@@ -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]