summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Bump actions/setup-python from v2.2.1 to v2.2.2dependabot/github_actions/actions/setup-python-v2.2.2dependabot[bot]2021-04-132-7/+7
| | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.2.1 to v2.2.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.2.1...dc73133d4da04e56a135ae2246682783cc7c7cb6) Signed-off-by: dependabot[bot] <support@github.com>
* pin to 3.9.2 due to bugs (#5962)Alex Gaynor2021-04-091-1/+1
| | | https://github.com/actions/setup-python/issues/202
* Build manylinux_2_24 wheels (#5952)Alex Gaynor2021-04-031-0/+1
| | | | | | | | | | | | | * Build manylinux_2_24 wheels * poke GHA * poke GHA * fix * poke GHA * fix
* Disable coverage on pypy again (#5944)Alex Gaynor2021-03-301-2/+2
|
* dont reuse caches across different builds (#5945)Alex Gaynor2021-03-301-4/+4
|
* Attempt to fix the cargo cache (#5942)Alex Gaynor2021-03-301-0/+7
|
* bump to latest liberssl (#5937)Alex Gaynor2021-03-261-1/+1
|
* build pypy wheels too (#5859)Paul Kehrer2021-02-211-15/+16
| | | | | * build pypy wheels too * remove unneeded packages
* remove virtualenv in wheel builders (#5858)Paul Kehrer2021-02-211-3/+3
| | | now that we're py3+ only we should be able to directly use venv
* test pypy3.6 and pypy3.7 (#5857)Paul Kehrer2021-02-211-1/+2
|
* 1.1.1j in more places (#5841)Paul Kehrer2021-02-161-3/+3
|
* Update for branch name change (#5838)Alex Gaynor2021-02-161-1/+1
|
* update here too (#5839)Alex Gaynor2021-02-161-2/+2
|
* test against libre 3.2.4 (#5835)Paul Kehrer2021-02-151-1/+1
|
* Bump pyo3 and lower MSRV (#5823)Alex Gaynor2021-02-131-1/+2
|
* Updates for our new main branch (#5818)Alex Gaynor2021-02-111-2/+2
|
* Bump actions/cache from v2 to v2.1.4 (#5770)dependabot[bot]2021-02-081-7/+7
| | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* update issue template with more words few people will read (#5759)Paul Kehrer2021-02-071-1/+5
|
* fixed manylinxu wheel builder for rust (#5750)Alex Gaynor2021-02-071-0/+2
|
* fix macos target for wheel builder (#5751)Alex Gaynor2021-02-071-0/+2
|
* Use caching of rust artifacts in GHA (#5740)Alex Gaynor2021-02-021-0/+48
|
* merge pep8, mypy, and packaging jobs into one flake job (#5723)Paul Kehrer2021-01-311-1/+1
|
* Introduce the most very basic mypy type checking (#5706)Alex Gaynor2021-01-281-1/+1
| | | Nothing is really annotated, just getting to clean.
* fix wheel builder (#5682)Alex Gaynor2021-01-071-3/+3
| | | don't install enum34, and fix syntax error
* Integrate Rust into the build process properly (#5410)Alex Gaynor2020-12-223-11/+108
|
* Update actions/setup-python requirement to v2.2.1 (#5661)dependabot[bot]2020-12-212-6/+6
| | | | | | | | | Updates the requirements on [actions/setup-python](https://github.com/actions/setup-python) to permit the latest version. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/commits/3105fb18c05ddd93efea5f9e0bef7a03a6e9e7df) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Attempt to remove the special case for no coverage on pypy3 (#5657)Alex Gaynor2020-12-191-1/+1
|
* Pin setup-python to fix CI (#5653)Alex Gaynor2020-12-171-1/+1
|
* Build manylinux2014 wheels (#5642)Alex Gaynor2020-12-121-0/+2
|
* Attempt to split windows tests over multiple jobs (#5639)Alex Gaynor2020-12-121-3/+4
|
* Point at ghcr for repos (#5640)Alex Gaynor2020-12-122-4/+4
| | | | | * Point at ghcr for repos * poke GHA
* make the container build names more readable (#5638)Paul Kehrer2020-12-111-12/+12
| | | | | * make the container build names more readable * nope
* add a timeout to builds (#5637)Alex Gaynor2020-12-101-0/+6
| | | this way if they hang, they only hang for a little bit
* remove windows builds and only test lowest/highest (#5635)Paul Kehrer2020-12-111-2/+0
| | | same policy as our macOS builders
* bump openssl to latest in CI and change some job names (#5636)Paul Kehrer2020-12-111-9/+9
| | | | | | | * bump openssl to latest in CI and change some job names * change more * missed one last entry
* debian bullseye has 3.9 now (#5634)Alex Gaynor2020-12-101-1/+1
|
* bump libressl versions (#5628)Alex Gaynor2020-12-091-2/+3
|
* Remove Python2 from CI and code that branched on it (#5607)Alex Gaynor2020-12-082-40/+4
| | | | | | | | | | | | | * Remove Python2 from CI and code that branched on it * Update setup.py Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> * remove * review feedback Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Fixed DH tests for latest CentOS FIPS OpenSSL (#5604)Alex Gaynor2020-12-081-7/+7
| | | * Fixed DH tests for latest CentOS FIPS OpenSSL (1.1.1g)
* Start refactoring github actions to reduce duplication (#5583)Alex Gaynor2020-11-232-16/+31
|
* Simplify CI scripts (#5582)Alex Gaynor2020-11-212-6/+3
|
* Debian sid has python 3.9 now (#5580)Alex Gaynor2020-11-191-1/+1
|
* Move paramiko job to github actions (#5565)Alex Gaynor2020-11-132-0/+20
|
* Update artifact name for changes from pyca-infra (#5569)Alex Gaynor2020-11-133-6/+7
|
* port docs and docs-linkcheck (#5563)Paul Kehrer2020-11-111-1/+16
| | | | | | | | | * port docs and docs-linkcheck * allow linkcheck if the commit msg says linkcheck combine docs job into lint jobs * can't get the commit msg at this time on a PR
* migrate more from Travis to GHA (#5555)Paul Kehrer2020-11-112-0/+108
| | | | | | | | | | | | | | | | | | | * migrate more from Travis to GHA * actually upload coverage * use cache checks properly * also do coverage * simplify coverage check * refactor a bit * oops * remove unused things in travis * this needs to be stored to the github env...
* Migrate drownstream tests to GHA (#5554)Alex Gaynor2020-11-117-0/+132
|
* Attempt to move docker builds from travis to GHA (#5545)Alex Gaynor2020-11-031-0/+36
| | | | | * Attempt to move docker builds from travis to GHA * fix linkcheck
* abi3 only on windows (#5537)Alex Gaynor2020-10-311-3/+0
|
* Drop python 3.5 (#5527)Alex Gaynor2020-10-282-5/+3
|