davidlatwe / montydb

Monty, Mongo tinified. MongoDB implemented in Python !

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for Python 3.12

occasional-contributor opened this issue · comments

Is there a plan to add support for Python 3.12? Maybe a better question: Why does pyproject.toml specify a maximum Python version?

Bumping this question because I'm also concerned about the lack of python 3.12 support. montydb is a dependency of a package that I maintain, and this is currently preventing me from bumping version support on that package. Would it be possible and straightforward to add python 3.12+ support?

See if I can have this sorted out this week, will let you know 👍🏻

Okay, after clearing some roadblocks, Python 3.12 has been added in release 2.5.3.
And it is out on pypi now 🎉

Thanks guys.