From 754fbef3de665ea1f627cdd3a225008c0bfce51a Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 30 Aug 2020 20:09:45 +0300 Subject: Bump minimum supported Python version to 3.6. Closes #6297. --- docs/markdown/snippets/pythonbump.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/markdown/snippets/pythonbump.md (limited to 'docs') diff --git a/docs/markdown/snippets/pythonbump.md b/docs/markdown/snippets/pythonbump.md new file mode 100644 index 0000000..5a31291 --- /dev/null +++ b/docs/markdown/snippets/pythonbump.md @@ -0,0 +1,6 @@ +## Minimum required Python version updated to 3.6 + +Meson now requires at least Python version 3.6 to run as Python 3.5 +reaches EOL on September 2020. In practice this should only affect +people developing on Ubuntu Xenial, which will similarly reach EOL in +April 2021. -- cgit v1.1