]> jfr.im git - yt-dlp.git/blobdiff - .github/workflows/download.yml
[cleanup] Misc fixes (see desc)
[yt-dlp.git] / .github / workflows / download.yml
index 3b63fdd35d0bfc8af815363e006d0a68a1ad937a..3b696549a889c2d077f8ef9a7c0d6abca273f60b 100644 (file)
@@ -8,12 +8,12 @@ jobs:
     strategy:
       fail-fast: true
       matrix:
-        os: [ubuntu-18.04]
-        python-version: [3.7, 3.8, 3.9, pypy-3.6, pypy-3.7]
+        os: [ubuntu-latest]
+        python-version: ['3.6', '3.7', '3.9', '3.10', 3.11-dev, pypy-3.6, pypy-3.7, pypy-3.8, pypy-3.9]
         run-tests-ext: [sh]
         include:
         - os: windows-latest
-          python-version: 3.6
+          python-version: 3.8
           run-tests-ext: bat
     steps:
     - uses: actions/checkout@v2