Age | Commit message (Collapse) | Author |
|
https://github.com/actions/setup-python/issues/866
|
|
|
|
|
|
|
|
|
|
* avoid Node 12 deprecation
|
|
|
|
|
|
* add 3.10 - 3.12
* use https://pypi.org/project/pynose/ for Py >= 3.9
* test Windows with 3.4
* set defaults (main, both) except push: (all, core)
|
|
|
|
|
|
|
|
|
|
Thanks MatteoH2O1999: https://github.com/MatteoH2O1999/setup-python
|
|
* 18.04 test runner was withdrawn
* for now, disable Py 3.3/3.4 tests
|
|
(At least for now) resolves #31249
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ubuntu-latest alias will be switched to ubuntu-20.04 soon (see [1]) which lacks python 3.3 and 3.4 (see [2]).
1. https://github.blog/changelog/2020-10-29-github-actions-ubuntu-latest-workflows-will-use-ubuntu-20-04/
2. https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Travis CI has ignored our requests and does not look to be interested in providing OSS credits for youtube-dl
|
|
|
|
requirement more explicit
|