diff options
author | fanquake <fanquake@gmail.com> | 2019-05-17 11:34:24 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2019-05-28 14:17:31 -0400 |
commit | 0830d404565ff65a13727f5df7680d33bac5ed7f (patch) | |
tree | 9fd38252d44c42128e1dc6318ca677668e9302c5 /doc | |
parent | 76e2cded477bc483ec610212bdadf21fe35292d4 (diff) |
docs: add release note for 14954
Diffstat (limited to 'doc')
-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 |