From 89dd0a7bdf5672ad782c819d8106784099f4ad41 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 30 Jun 2024 16:47:35 +0200 Subject: [PATCH] Remove Python 2 FAQ (#33484) --- source/_faq/python.markdown | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 source/_faq/python.markdown diff --git a/source/_faq/python.markdown b/source/_faq/python.markdown deleted file mode 100644 index d46767dd774..00000000000 --- a/source/_faq/python.markdown +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Python 2" -description: "Support for Python 2" -ha_category: Common ---- - - -There will be no support for Python 2.x. Python 2 will be EOL in [2020](https://www.python.org/dev/peps/pep-0373/#id2) and it doesn't make any sense to support a release which was planned to be retired in 2015.