diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-05-29 08:11:06 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-05-29 08:11:10 -0400 |
commit | abcce46a33afbd746c805768b6a6141bd09705ea (patch) | |
tree | d14a365d310b7f8d921f0baa2b67e29a1eb9dcd2 | |
parent | 1dbbfea9cd910f8e658bc1ab0b70dc89ba1313f9 (diff) | |
parent | 0830d404565ff65a13727f5df7680d33bac5ed7f (diff) |
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.md | 3 |
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 0000000000..4bb0fcca74 --- /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 |