Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update minimum supported Python version to 3.9. | Diego Elio Pettenò | 2023-08-03 | 1 | -1/+1 |
| | |||||
* | Include Python version 3.11 in CI. | Diego Elio Pettenò | 2022-12-17 | 1 | -1/+1 |
| | |||||
* | Update all GitHub actions versions to v3. | Diego Elio Pettenò | 2022-12-17 | 2 | -5/+5 |
| | |||||
* | CI: include Python 3.10 in the list of tested platforms. | Diego Elio Pettenò | 2021-11-02 | 1 | -1/+1 |
| | |||||
* | CI: Replace Travis CI with GitHub Actions. | Diego Elio Pettenò | 2021-05-17 | 1 | -0/+32 |
| | |||||
* | Update pre-commit configuration. | Diego Elio Pettenò | 2021-02-25 | 1 | -9/+3 |
| | |||||
* | Update pre-commit configuration to run on main branch. | Diego Elio Pettenò | 2020-06-13 | 1 | -1/+1 |
| | |||||
* | Move pre-commit checks from Travis CI to a GitHub Action. | Diego Elio Pettenò | 2020-05-16 | 1 | -0/+24 |
This replaces the need for optional execution within the Travis CI configuration, and updates Mergify to wait on both checks. Also remove flake8 from pytest on 3.8 since flake8 is already executed in pre-commit. |