Hello, I was looking to update my project that uses this library to Python 3.12, but this version is blocked in the `pyproject.toml`: ``` [tool.poetry.dependencies] python = ">=3.7,<3.12" ``` If it's possible, can the version be bumped to `<3.13`? Thanks!
Hello,
I was looking to update my project that uses this library to Python 3.12, but this version is blocked in the
pyproject.toml:If it's possible, can the version be bumped to
<3.13?Thanks!