sumerc / yappi

Yet Another Python Profiler, but this time multithreading, asyncio and gevent aware.
MIT License
1.41k stars 73 forks source link

Support python 3.12 #148

Closed amoralej closed 7 months ago

sumerc commented 10 months ago

I just had the chance to look into this.

This is OK, however, we need a CI job. Could you pls add 3.12 to Github actions?

CyrilRoelandteNovance commented 9 months ago

Python 3.12 should be released on 2023-10-02. Could we get another PyPI release after this patch merges? This would be really helpful for all the projects depending on yappi. Thanks!

odrling commented 8 months ago

Can this get merged? I just ran into this while trying to upgrade python for one of my projects.

sumerc commented 7 months ago

Closing the issue and moving all changes from this PR to https://github.com/sumerc/yappi/pull/155

Thanks for all the help/discussions!

amoralej commented 7 months ago

Thanks for taking care!