aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/python35-eol.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2020-10-30 10:25:24 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2020-10-30 10:25:24 +0200
commitf16d31607eb3cd0f281758bd0944e206ef6be387 (patch)
tree0b711c4b63a55049eecfbaff95bf2ea386a4956e /docs/markdown/snippets/python35-eol.md
parent712cbe056811ebdf0d7358ba07a874717a1c736f (diff)
downloadmeson-f16d31607eb3cd0f281758bd0944e206ef6be387.zip
meson-f16d31607eb3cd0f281758bd0944e206ef6be387.tar.gz
meson-f16d31607eb3cd0f281758bd0944e206ef6be387.tar.bz2
Bump version number for release. This is the 10 000th commit!0.56.0
Diffstat (limited to 'docs/markdown/snippets/python35-eol.md')
-rw-r--r--docs/markdown/snippets/python35-eol.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/markdown/snippets/python35-eol.md b/docs/markdown/snippets/python35-eol.md
deleted file mode 100644
index bd9a074..0000000
--- a/docs/markdown/snippets/python35-eol.md
+++ /dev/null
@@ -1,15 +0,0 @@
-## Python 3.5 support will be dropped in the next release
-
-The final [Python 3.5 release was 3.5.10 in September](https://www.python.org/dev/peps/pep-0478/#id4).
-This release series is now End-of-Life (EOL). The only LTS distribution that
-still only ships Python 3.5 is Ubuntu 16.04, which will be
-[EOL in April 2021](https://ubuntu.com/about/release-cycle).
-
-Python 3.6 has numerous features that we find useful such as improved support
-for the `typing` module, f-string support, and better integration with the
-`pathlib` module.
-
-As a result, we will begin requiring Python 3.6 or newer in Meson 0.57, which
-is the next release. Starting with Meson 0.56, we now print a `NOTICE:` when
-a `meson` command is run on Python 3.5 to inform users about this. This notice
-has also been backported into the 0.55.2 stable release.