diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2020-08-30 20:09:45 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-10-30 11:18:11 +0200 |
commit | bca90722ecfc541ac5db7c1c79fb63ceb6286cd4 (patch) | |
tree | d8c7669db3823f9bf7037cbced78605e87142edd /docs/markdown | |
parent | 8fbf10c4bcb5e0294328b67512f9e2f0cbd8d94d (diff) | |
download | meson-bca90722ecfc541ac5db7c1c79fb63ceb6286cd4.zip meson-bca90722ecfc541ac5db7c1c79fb63ceb6286cd4.tar.gz meson-bca90722ecfc541ac5db7c1c79fb63ceb6286cd4.tar.bz2 |
Bump minimum supported Python version to 3.6. Closes #6297.
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/snippets/pythonbump.md | 6 |
1 files changed, 6 insertions, 0 deletions
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. |