Skip to content

Commit

Permalink
[workflows/ci.yml] Restore test support for Py 3.3, 3.4, and add 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkf committed Jun 22, 2023
1 parent fa7f0ef commit 58fc5bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 58fc5bd

Please sign in to comment.