From 49e2d9482d5e4897fb246a1c566c40c38acc8439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Wed, 25 Dec 2019 14:02:14 -0500 Subject: [PATCH] Updated Python 2.7.x end of support date and deprecation warning. --- views/menu.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/views/menu.tpl b/views/menu.tpl index b13e44326..923f8fbc7 100644 --- a/views/menu.tpl +++ b/views/menu.tpl @@ -237,15 +237,15 @@
Python deprecation warning
- Bazarr is now compatible with Python 3.6 and newer. You should upgrade Python as we'll drop support for Python 2.7.x by the end of 2019. + Bazarr is now compatible with Python 3.6 and newer. You should upgrade Python as we'll drop support for Python 2.7.x by the end of January 2020.
% 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.
+
If you are running under Docker, don't worry, we'll take care of this for you. Just pull the new image that should be available within a couple of days.
% end % if os.name == 'nt': -
If you have installed using the Windows Installer, we'll provide a new installer soon.
+
If you have installed using the Windows Installer, we'll provide a new installer soon 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 and use it to run Bazarr.
+
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.