Supervisor / supervisor

Supervisor process control system for Unix (supervisord)
http://supervisord.org
Other
8.33k stars 1.23k forks source link

asynchat removed in python 3.12 #1604

Closed mldulaney closed 9 months ago

mldulaney commented 9 months ago

asynchat has been deprecated since python 3.6 and has now been removed in 3.12.

mnaberez commented 9 months ago

Use of stdlib asynchat was removed in Supervisor 4.2.5. Please upgrade to a newer version.