mjpieters / aiolimiter

An efficient implementation of a rate limiter for asyncio.
https://aiolimiter.readthedocs.io/en/latest/
MIT License
488 stars 22 forks source link

Support for Python 3.12 #190

Closed gaby closed 9 months ago

gaby commented 10 months ago

@mjpieters I noticed that py3.12 still points to a beta release on the CI files, any plans to add it officially?

Thanks!

mjpieters commented 9 months ago

All I did was to add Python 3.12 to the test matrix on the CI. There is no release needed for this, nothing changed in the package.

I have just now changed the CI 3.12 reference to remove the beta label; it'll run tests on 3.12 proper now.

gaby commented 9 months ago

@mjpieters thank you! 💪