about summary refs log tree commit diff
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* [workflows/ci.yml] Use setup-python for now released Python 3.12dirkf2023-11-291-15/+19
|
* [workflows/ci.yml] Actually use default values for push and pull_requestdirkf2023-11-291-0/+20
|
* [workflows/ci.yml] Run apt-get update before installingdirkf2023-11-291-0/+7
|
* [ci.yml] Improve conditions for nosetest installationsdirkf2023-08-311-2/+2
|
* [workflows/ci.yml] Update to setup-java@v3dirkf2023-07-291-1/+1
| | | | * avoid Node 12 deprecation
* [build] Fix various Jython CI and test issuesdirkf2023-07-251-14/+24
|
* [workflows/ci.yml] Build 3.12 with pyenvdirkf2023-07-251-2/+38
|
* [workflows/ci.yml] Extend Python versionsdirkf2023-07-251-18/+30
| | | | | | | * 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)
* [test] Fixes for old Pythonsdirkf2023-07-181-2/+2
|
* [workflows/ci.yml] Fix test support for Py 2.6dirkf2023-07-051-44/+71
|
* [workflows/ci.yml] Restore test support for Py 3.2dirkf2023-07-051-21/+298
|
* [workflows/ci.yml] Restore test support for Py 3.3, 3.4, and add 2.6dirkf2023-06-231-3/+1
|
* [workflows/ci.yml] Replace actions/setup-python for legacy Pythonsdirkf2023-06-221-2/+4
| | | | Thanks MatteoH2O1999: https://github.com/MatteoH2O1999/setup-python
* [test] Update tests for Ubuntu 20.04dirkf2023-04-051-11/+13
| | | | | * 18.04 test runner was withdrawn * for now, disable Py 3.3/3.4 tests
* [test] Use windows-2019 for testsdirkf2022-10-041-2/+2
| | | | (At least for now) resolves #31249
* [workflows/ci.yml] Update link to jython-installerSergey M․2021-04-261-1/+1
|
* [workflows/ci.yml] Fix install nose for JythonSergey M․2021-04-241-0/+7
|
* [workflows/ci.yml] Run CI on PRsSergey M․2021-01-141-1/+1
|
* [workflows/ci.yml] Change ubuntu-latest to ubuntu-18.04Sergey M․2021-01-111-3/+3
| | | | | | | 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
* [workflows/ci.yml] Add support for jythonSergey M․2021-01-051-1/+25
|
* Switch to GitHub actions for CISergey M․2020-12-201-0/+50
Travis CI has ignored our requests and does not look to be interested in providing OSS credits for youtube-dl