graphite-project / carbon

Carbon is one of the components of Graphite, and is responsible for receiving metrics over the network and writing them down to disk using a storage backend.
http://graphite.readthedocs.org/
Apache License 2.0
1.5k stars 490 forks source link

Add Python 3.12 Support #945

Closed damaestro closed 10 months ago

damaestro commented 1 year ago
deniszh commented 1 year ago

Hi @damaestro

Could you please rebase against latest changes in master? I fixed the tests, should be green now.

damaestro commented 11 months ago

@deniszh I've resolved the imp py3.12 issue by just removing the function that relied upon it. This is no longer needed and can be safely removed.

deniszh commented 10 months ago

Didn't trigger tests for some reason. I redid tests in #951, LGTM, will merge.

deniszh commented 10 months ago

Thank you, @damaestro, merged with master.