madzak / python-json-logger

Json Formatter for the standard python logger
BSD 2-Clause "Simplified" License
1.73k stars 230 forks source link

Support for Python 3.12 #195

Open bverhoeve opened 2 months ago

bverhoeve commented 2 months ago

I noticed that there is no official support yet for Python 3.12. What would be needed for this? From what I can see the only currently open issue for this is a failing test case due to taskName: https://github.com/madzak/python-json-logger/issues/185

nhairs commented 2 months ago

Hi @bverhoeve,

Just so you're aware it looks like python-json-logger is currently unmaintained, that said I am working on a maintained fork which does have support for Python 3.12.

bverhoeve commented 2 months ago

Hi @nhairs, thanks for the update! We'll likely switch to that fork then :)