Mergifyio / daiquiri

Python library to easily setup basic logging functionality
Apache License 2.0
333 stars 25 forks source link

Add support up to Python 3.12 #74

Closed jcapiitao closed 1 year ago

jcapiitao commented 1 year ago

gh-91513: Added taskName attribute to logging module for use with asyncio tasks. python/cpython#91513 [1]

credits to https://github.com/hrnciar

[1] https://github.com/python/cpython/issues/91513

jcapiitao commented 1 year ago

The patch works with Python 3.12 only.

jcapiitao commented 1 year ago

The patch works with Python 3.12 only.

It's now backward compatible with older python releases

jcapiitao commented 1 year ago

You need to update Mergify configuration too.

Right, it's done now :+1:

jcapiitao commented 1 year ago

Rebased on top of the main branch