aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)Author
2023-08-31[ci.yml] Improve conditions for nosetest installationsdirkf
2023-07-29[workflows/ci.yml] Update to setup-java@v3dirkf
* avoid Node 12 deprecation
2023-07-25[build] Fix various Jython CI and test issuesdirkf
2023-07-25[workflows/ci.yml] Build 3.12 with pyenvdirkf
2023-07-25[workflows/ci.yml] Extend Python versionsdirkf
* 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)
2023-07-18[test] Fixes for old Pythonsdirkf
2023-07-05[workflows/ci.yml] Fix test support for Py 2.6dirkf
2023-07-05[workflows/ci.yml] Restore test support for Py 3.2dirkf
2023-06-23[workflows/ci.yml] Restore test support for Py 3.3, 3.4, and add 2.6dirkf
2023-06-22[workflows/ci.yml] Replace actions/setup-python for legacy Pythonsdirkf
Thanks MatteoH2O1999: https://github.com/MatteoH2O1999/setup-python
2023-04-05[test] Update tests for Ubuntu 20.04dirkf
* 18.04 test runner was withdrawn * for now, disable Py 3.3/3.4 tests
2022-10-04[test] Use windows-2019 for testsdirkf
(At least for now) resolves #31249
2021-04-26[workflows/ci.yml] Update link to jython-installerSergey M․
2021-04-24[workflows/ci.yml] Fix install nose for JythonSergey M․
2021-01-14[workflows/ci.yml] Run CI on PRsSergey M․
2021-01-11[workflows/ci.yml] Change ubuntu-latest to ubuntu-18.04Sergey M․
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
2021-01-05[workflows/ci.yml] Add support for jythonSergey M․
2020-12-20Switch to GitHub actions for CISergey M․
Travis CI has ignored our requests and does not look to be interested in providing OSS credits for youtube-dl