diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2020-08-30 20:09:45 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-09-07 01:12:43 +0300 |
commit | 754fbef3de665ea1f627cdd3a225008c0bfce51a (patch) | |
tree | ae599d96bbb5f7c64f09fbb094451cc354eccef1 /docs | |
parent | 646ae846bef76b955771c33fdb49d45a394cf6d8 (diff) | |
download | meson-pythonbump.zip meson-pythonbump.tar.gz meson-pythonbump.tar.bz2 |
Bump minimum supported Python version to 3.6. Closes #6297.pythonbump
Diffstat (limited to 'docs')
-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. |