Dimitri Papadopoulos
|
4d271f3daf
|
ci: Security hardening for GitHub Actions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
The idea is that the software supply chain relies on 3rd party actions
that could be compromised. Mitigate this risk by giving these actions
minimal rights to the repository. Here read-only access is good enough.
|
2022-10-14 17:30:28 +02:00 |
|
Dimitri Papadopoulos Orfanos
|
e8391de711
|
Drop support for Python 3.6
Python 3.6 reached end-of-life on 2021-12-23.
https://peps.python.org/pep-0494/
|
2022-09-13 07:59:17 +02:00 |
|
Dimitri Papadopoulos
|
a5adec1570
|
ci: Update GitHub Actions
https://github.com/actions/checkout
https://github.com/actions/setup-python
|
2022-09-13 07:58:03 +02:00 |
|
Andrew Imeson
|
e49a101160
|
Add rstcheck to CI to lint docs
|
2022-06-08 09:21:44 +02:00 |
|
Dmytro Bondar
|
9e6dfacceb
|
Fix github actions workflow
- install correct python version
- set `fail-fast: false` to run all jobs
- remove hard-coded value for HOME directory
|
2021-11-17 16:43:46 +01:00 |
|
Dmytro Bondar
|
11e8d8ff37
|
Add support for Python 3.10, drop Python 3.5
- Add support for Python 3.10 released on 2021-10-04
- Drop support for Python 3.5 since it has reached end-of-life
|
2021-11-17 16:43:46 +01:00 |
|
Adrien Vergé
|
5d8ef2ea23
|
CI: Simplify 'pip' commands
|
2021-03-24 17:16:57 +01:00 |
|
Adrien Vergé
|
4515269233
|
CI: Fix failing 'coverage' command because of $PATH
Very probably due to:
https://github.com/actions/virtual-environments/issues/2455#issuecomment-787511010
|
2021-03-24 17:16:57 +01:00 |
|
Adrien Vergé
|
66bf76a362
|
CI: Switch to GitHub Actions
Because Travis CI is dead.
|
2021-03-16 16:13:01 +01:00 |
|