From ad525dcce45487def9d3950bed159f1c158e3581 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 31 Oct 2021 19:05:46 -0400 Subject: bump minimum required version of python to 3.7 Comment out the pending deprecation notice. It cannot be reached anymore, but is still useful for the next time we do a version bump. --- docs/markdown/snippets/about_minimum_python_version.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/markdown/snippets/about_minimum_python_version.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/about_minimum_python_version.md b/docs/markdown/snippets/about_minimum_python_version.md new file mode 100644 index 0000000..fa44a75 --- /dev/null +++ b/docs/markdown/snippets/about_minimum_python_version.md @@ -0,0 +1,7 @@ +## Minimum required Python version updated to 3.7 + +Meson now requires at least Python version 3.7 to run as Python 3.6 reached EOL +on December 2021. In practice this should only affect people developing on +Ubuntu Bionic, who will need to manually install python3.8 from the official +repositories. + -- cgit v1.1