Update to 12.1.13
Removed support for Python 2.7 and 3.7 (new fork created for old Py support)
Added support for Python 3.12 and future 3.13
Removes the class not added yet from info logging and puts this in debug logging only.
Fix warning for updated python versions and old modules.
Fix Radarr result handling.
Improve CouchPotato movie identification.
Fixes #1867 #1992 #1990 #1989 #1982
Type of change
Please delete options that are not relevant.
[X] Bug fix (non-breaking change which fixes an issue)
[X] New feature (non-breaking change which adds functionality)
[X] This change requires a documentation update
How Has This Been Tested?
Tested by users and run in nightly for several weeks.
Checklist:
[X] I have based this change on the nightly branch
[X] I have performed a self-review of my own code
[X] I have commented my code, particularly in hard-to-understand areas
[X] I have made corresponding changes to the documentation
[X] I have added tests that prove my fix is effective or that my feature works
[X] New and existing unit tests pass locally with my changes
Description
Update to 12.1.13 Removed support for Python 2.7 and 3.7 (new fork created for old Py support) Added support for Python 3.12 and future 3.13 Removes the class not added yet from info logging and puts this in debug logging only. Fix warning for updated python versions and old modules. Fix Radarr result handling. Improve CouchPotato movie identification.
Fixes #1867 #1992 #1990 #1989 #1982
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Tested by users and run in nightly for several weeks.
Checklist: