Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-16 | ci: Use DOCKER_BUILDKIT for lint image | MarcoFalke | |
Can be reviewed with: --color-moved=dimmed-zebra --ignore-all-space | |||
2023-04-21 | Bump python minimum version to 3.8 | MarcoFalke | |
Also, switch ci_native_qt5 to g++-9 (from g++-8) to work around bugs. This should be fine, because the i686_centos task still checks for g++-8 compatibility. See https://github.com/bitcoin/bitcoin/pull/27483#issuecomment-1513477050 for the list of bugs. | |||
2023-01-18 | Bump minimum python version to 3.7 | MarcoFalke | |
2022-11-03 | .python-version: bump patch version to 3.6.15 | Sjors Provoost | |
2020-11-09 | Bump minimum python version to 3.6 | Anthony Towns | |
2019-03-02 | .python-version: Specify full version 3.5.6 | MarcoFalke | |
2019-03-02 | build: Require python 3.5 | MarcoFalke | |
2018-12-12 | [test] Travis: enforce Python 3.4 support in functional tests | Sjors Provoost | |
Make lint/check-doc.py Python 3.4 compatible. Also add .python-version for pyenv which will cause tests with too modern syntax to fail on developer machine rather than on Travis. |