From 721b38c05690ea9b6c3e575f59b313d1dd778381 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Wed, 29 May 2019 08:11:06 -0400 Subject: [PATCH] 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 --- doc/release-notes-14954.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/release-notes-14954.md 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