diff options
| author | MarcoFalke <[email protected]> | 2019-03-02 12:08:41 -0500 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-06-26 09:31:08 -0400 |
| commit | bcb27d7b03d1e7a4404c04859f8146d8bc7c360a (patch) | |
| tree | e9a2d5eb34ebe4610ff552fb4c14ac9546cf2c09 | |
| parent | Add comments to Python ECDSA implementation (diff) | |
| download | discoin-bcb27d7b03d1e7a4404c04859f8146d8bc7c360a.tar.xz discoin-bcb27d7b03d1e7a4404c04859f8146d8bc7c360a.zip | |
.python-version: Bump to 3.5.6
See also: dddd1d05d3df06865f5e0b1442d7425c0955de4e
| -rw-r--r-- | .python-version | 2 | ||||
| -rw-r--r-- | doc/dependencies.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.python-version b/.python-version index 7bcbb3808..c49282585 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.4.9 +3.5.6 diff --git a/doc/dependencies.md b/doc/dependencies.md index 229f9ca74..1b3df6286 100644 --- a/doc/dependencies.md +++ b/doc/dependencies.md @@ -22,7 +22,7 @@ These are the dependencies currently used by Bitcoin Core. You can find instruct | OpenSSL | [1.0.1k](https://www.openssl.org/source) | | Yes | | | | PCRE | | | | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk#L66) | | protobuf | [2.6.1](https://github.com/google/protobuf/releases) | | No | | | -| Python (tests) | | [3.4](https://www.python.org/downloads) | | | | +| Python (tests) | | [3.5](https://www.python.org/downloads) | | | | | qrencode | [3.4.4](https://fukuchi.org/works/qrencode) | | No | | | | Qt | [5.9.7](https://download.qt.io/official_releases/qt/) | [5.5.1](https://github.com/bitcoin/bitcoin/issues/13478) | No | | | | XCB | | | | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk#L87) (Linux only) | |