aboutsummaryrefslogtreecommitdiff
path: root/.python-version
AgeCommit message (Collapse)Author
2023-10-24Bump .python-version from 3.9.17 to 3.9.18MarcoFalke
Requested in https://github.com/bitcoin/bitcoin/pull/28211/files#r1309945635
2023-08-29Bump python minimum version to 3.9MarcoFalke
2023-07-16ci: Use DOCKER_BUILDKIT for lint imageMarcoFalke
Can be reviewed with: --color-moved=dimmed-zebra --ignore-all-space
2023-04-21Bump python minimum version to 3.8MarcoFalke
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-18Bump minimum python version to 3.7MarcoFalke
2022-11-03.python-version: bump patch version to 3.6.15Sjors Provoost
2020-11-09Bump minimum python version to 3.6Anthony Towns
2019-03-02.python-version: Specify full version 3.5.6MarcoFalke
2019-03-02build: Require python 3.5MarcoFalke
2018-12-12[test] Travis: enforce Python 3.4 support in functional testsSjors 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.