diff --git a/views/menu.tpl b/views/menu.tpl
index 798ae9213..561c31d79 100644
--- a/views/menu.tpl
+++ b/views/menu.tpl
@@ -227,6 +227,12 @@
% elif restart_required['configured'] == '1':
Bazarr Needs To Be Restarted To Apply Changes To General Settings. Click
Here To Restart.
% end
+
+ % from six import PY2
+ % import datetime
+ % if PY2:
+ Bazarr is now compatible with Python 3.6 and earlier. You should upgrade Python as we'll drop support for Python 2.7.x by the end of 2019.
+ % end