Nuke supported versions

Hey all! Just wondering if a list of the supported versions of Nuke (or other DCCs for that matter) is documented anywhere?
We have 15.0, 14.1 and 13.0 working well, but going back in time a bit, 12.0 and 11.3 are unable to open, even with the Python2 tickbox enabled

I think I remember Nuke11.3 working months ago, maybe this is unintended?
Here are the errors, in case they help:

Nuke11.3
Traceback (most recent call last):
  File "C:\Users\username\AppData\Local\Ynput\AYON\addons\nuke_0.2.3\ayon_nuke\startup/menu.py", line 1, in <module>
    from ayon_core.pipeline import install_host
  File "C:\Users\username\AppData\Local\Ynput\AYON\addons\core_0.4.3\ayon_core\pipeline\__init__.py", line 9, in <module>
    from .anatomy import Anatomy
  File "C:\Users\username\AppData\Local\Ynput\AYON\addons\core_0.4.3\ayon_core\pipeline\anatomy\__init__.py", line 1, in <module>
    from .exceptions import (
  File "C:\Users\username\AppData\Local\Ynput\AYON\addons\core_0.4.3\ayon_core\pipeline\anatomy\exceptions.py", line 1, in <module>
    from ayon_core.lib.path_templates import TemplateUnsolved
  File "C:\Users\username\AppData\Local\Ynput\AYON\addons\core_0.4.3\ayon_core\lib\__init__.py", line 5, in <module>
    from .local_settings import (
  File "C:\Users\username\AppData\Local\Ynput\AYON\addons\core_0.4.3\ayon_core\lib\local_settings.py", line 7, in <module>
    from abc import ABC, abstractmethod
ImportError: cannot import name ABC
Nuke12.0
Traceback (most recent call last):
  File "C:/Program Files/Nuke12.0v7/plugins/init.py", line 27, in <module>
    import nukescripts.ViewerProcess
  File "C:/Program Files/Nuke12.0v7/plugins\nukescripts\__init__.py", line 43, in <module>
    from renderdialog import *
  File "C:/Program Files/Nuke12.0v7/plugins\nukescripts\renderdialog.py", line 15, in <module>
    from fnFlipbookRenderer import getFlipbookRenderer
  File "C:/Program Files/Nuke12.0v7/plugins\nukescripts\fnFlipbookRenderer.py", line 4, in <module>
    from foundry.frameserver.nuke.bases import RenderQueueObserverMixin
  File "C:\Program Files\Nuke12.0v7\pythonextensions\site-packages\foundry\frameserver\__init__.py", line 31, in <module>
    import broker
  File "C:\Program Files\Nuke12.0v7\pythonextensions\site-packages\foundry\frameserver\broker.py", line 17, in <module>
    from foundry.frameserver import message
  File "C:\Program Files\Nuke12.0v7\pythonextensions\site-packages\foundry\frameserver\message\__init__.py", line 3, in <module>
    from MessageHeader_pb2 import MessageHeader
  File "C:\Program Files\Nuke12.0v7\pythonextensions\site-packages\foundry\frameserver\message\MessageHeader_pb2.py", line 7, in <module>
    from google.protobuf import descriptor as _descriptor
  File "C:\Program Files\Nuke12.0v7\pythonextensions\site-packages\google\__init__.py", line 2, in <module>
    __import__('pkg_resources').declare_namespace(__name__)
  File "C:\Program Files\Ynput\AYON 1.0.3\dependencies\pkg_resources\__init__.py", line 124
    f"{v} is an invalid version and will not be supported in "
                                                             ^
SyntaxError: invalid syntax

I assume these Nuke versions use Python 2.
AYON does not support Python 2.

The Python 2 toggle itself was a remainder of OpenPype and is actually currently removed also in the upcoming release of the ayon-applications addon.

Hey,
thanks for your feedback.
We should indeed add some note about that we don’t support Python 2.

I’ve added it as TODO in this WIP documentation PR Applications: New settings by iLLiCiTiT · Pull Request #220 · ynput/ayon-documentation · GitHub