aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2019-05-29 08:11:06 -0400
committerMarcoFalke <[email protected]>2019-05-29 08:11:10 -0400
commitabcce46a33afbd746c805768b6a6141bd09705ea (patch)
treed14a365d310b7f8d921f0baa2b67e29a1eb9dcd2
parentMerge #15703: Update secp256k1 subtree to latest upstream (diff)
parentdocs: add release note for 14954 (diff)
downloaddiscoin-abcce46a33afbd746c805768b6a6141bd09705ea.tar.xz
discoin-abcce46a33afbd746c805768b6a6141bd09705ea.zip
Merge #16039: docs: add release note for 14954
0830d40456 docs: add release note for 14954 (fanquake) Pull request description: Adds a release note for #14954: build: Require python 3.5. ACKs for commit 0830d4: Tree-SHA512: f647c065ef290fb2acb8f55390d8a8cb197372219700bd48777850646c2410b080e1878582ca08c59e6da37ea1dc2d51724e826894dbb7d8a2b218a3b5464a77
-rw-r--r--doc/release-notes-14954.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release-notes-14954.md b/doc/release-notes-14954.md
new file mode 100644
index 000000000..4bb0fcca7
--- /dev/null
+++ b/doc/release-notes-14954.md
@@ -0,0 +1,3 @@
+Build system changes
+--------------------
+Python >=3.5 is now required by all aspects of the project. This includes the build systems, test framework and linters. The previously supported minimum (3.4), was EOL in March 2019. See #14954 for more details. \ No newline at end of file