Want to use supervisord to control the processes for my Python 3 project. It is specifically stated that \"Supervisor is known to work with Python 2.4 or later but will not
To use supervisord with Python 3 you can setup it directly with pip:
pip install git+https://github.com/Supervisor/supervisor