summaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
Commit message (Collapse)AuthorAgeFilesLines
* Bump minimum python to 3.7, add 3.11.Jelmer Vernooij2023-01-281-2/+2
|
* Add testing for Python 3.10Stephen Finucane2021-12-151-2/+2
| | | | Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
* Drop support for Python 2.7, 3.5Stephen Finucane2021-12-151-2/+2
| | | | | | | | | | | | Both of these are EOL now. There's no reason to continue supporting them. Python 3.6 is close to EOL but we can give it another release before we formally drop that. We also drop support for installing without setuptools, since this is expected to be effectively always present nowadays. We include a pyproject.toml file just in case that ever changes though. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
* Pivot CI to github actionsMatthew Treinish2021-06-151-0/+32
With the tight travis quotas for open source projects now it is not a viable provider for running CI on this project anymore. While this project is relatively low activity the quota seems to be preventing jobs from reliably triggering. This commit switches CI to use github actions which doesn't have this limitation.