Is the Python 3.13 requirement in pyproject.toml intended? It prevents installing with Python 3.13.1, is that a breaking change? I am using this package as a dependency in another project so a venv would not help, and downgrading the project version would introduce issues with other packages.
Is the Python 3.13 requirement in pyproject.toml intended? It prevents installing with Python 3.13.1, is that a breaking change? I am using this package as a dependency in another project so a venv would not help, and downgrading the project version would introduce issues with other packages.