Python deprecation warning
Bazarr won't update anymore until you upgrade Python!
Bazarr is now compatible with Python 3.7 and newer. You must upgrade Python as we don't support Python 2.x anymore.
% if os.name == 'posix':
If you are running under Docker, don't worry, we'll take care of this for you. Just pull the new image.
% end
% if os.name == 'nt':
If you have installed using the Windows Installer, just download the new installer that will upgrade your current installation (make sure to not change installation directory).
% end
If you are running from source, it's up to you to install Python 3 (don't forget requirements.txt) and use it to run Bazarr.