summaryrefslogtreecommitdiff
path: root/.github/workflows/python-package.yml
Commit message (Collapse)AuthorAgeFilesLines
* update github actionv2.3.0rc1Bob Halley2022-12-271-4/+2
|
* Test on 3.10 still for windows as aioquic does not build without openssl source.Bob Halley2022-11-241-1/+1
|
* DoQ packing and testing tweaksBob Halley2022-11-241-3/+4
|
* temporarily add aioquicBob Halley2022-10-091-0/+1
|
* Merge pull request #820 from ↵Bob Halley2022-06-111-1/+1
|\ | | | | | | | | rthalley/dependabot/github_actions/actions/setup-python-4 Bump actions/setup-python from 2 to 4
| * Bump actions/setup-python from 2 to 4dependabot[bot]2022-06-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #819 from ↵Bob Halley2022-06-111-1/+1
|\ \ | | | | | | | | | | | | rthalley/dependabot/github_actions/codecov/codecov-action-3 Bump codecov/codecov-action from 2 to 3
| * | Bump codecov/codecov-action from 2 to 3dependabot[bot]2022-06-121-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v2...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | Bump actions/checkout from 2 to 3dependabot[bot]2022-06-121-1/+1
|/ | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* keep trying to fix workflowBob Halley2022-03-111-2/+1
|
* fix workflowBob Halley2022-03-111-0/+1
|
* One more pass, after adding --disallow-incomplete-defsBob Halley2022-03-111-0/+3
|
* only trigger workflows on .py file changesBob Halley2022-03-061-2/+6
|
* Set minimum Python version to 3.7.Bob Halley2022-03-051-3/+1
|
* try to restore codecovBob Halley2022-02-211-1/+7
|
* master branch is now 2.3 development as we have a 2.2 release branchBob Halley2021-12-191-1/+1
|
* add workflow for 2.2Bob Halley2021-12-181-1/+1
|
* add quoting to python version listBob Halley2021-12-071-3/+7
|
* add runs-onBob Halley2021-12-071-1/+3
|
* test 3.10 and windows tooBob Halley2021-12-071-2/+7
|
* Create python-package.ymlBob Halley2021-06-111-0/+34
try out github actions