1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-24 17:08:53 +00:00

[build] Build Windows x86 version with py3.7

and remove redundant tests
Closes #390

:ci skip

Co-authored by: pukkandan, shirt-dev
This commit is contained in:
pukkandan
2021-06-06 00:47:18 +05:30
parent fd3c633d26
commit 0181adefc6
5 changed files with 17 additions and 18 deletions

View File

@@ -9,11 +9,11 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-18.04]
python-version: [3.6, 3.7, 3.8, 3.9, pypy-3.6, pypy-3.7]
python-version: [3.7, 3.8, 3.9, pypy-3.6, pypy-3.7]
run-tests-ext: [sh]
include:
- os: windows-latest
python-version: 3.4 # Windows x86 build is still in 3.4
python-version: 3.6
run-tests-ext: bat
steps:
- uses: actions/checkout@v2