summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/about_minimum_python_version.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2022-03-21 23:24:01 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2022-03-21 23:24:01 +0200
commitfb67adf3e6b57d44dad6c943a6081277860350c5 (patch)
treef48a88cb58e4f77e8ababd2c3e2045e42622ce09 /docs/markdown/snippets/about_minimum_python_version.md
parent42af1f7092c9cfdcffd2b7ba021dc8e5d392aa8c (diff)
downloadmeson-fb67adf3e6b57d44dad6c943a6081277860350c5.tar.gz
Prepare the 0.62.0 release.
Diffstat (limited to 'docs/markdown/snippets/about_minimum_python_version.md')
-rw-r--r--docs/markdown/snippets/about_minimum_python_version.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/markdown/snippets/about_minimum_python_version.md b/docs/markdown/snippets/about_minimum_python_version.md
deleted file mode 100644
index fa44a75de..000000000
--- a/docs/markdown/snippets/about_minimum_python_version.md
+++ /dev/null
@@ -1,7 +0,0 @@
-## 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.
-