I'm hoping to use this library, but I have a requirement on Python 3.10. Locally changing the pyproject.toml file to requires-python = ">=3.10" and running on python3.10 via uv, the unit/integration tests run with uv run pytest -q seem to all pass. Are there are runtime issues that might arise? Or can we lower the minimum required Python version to 3.10?
I'm hoping to use this library, but I have a requirement on Python 3.10. Locally changing the pyproject.toml file to
requires-python = ">=3.10"and running on python3.10 via uv, the unit/integration tests run withuv run pytest -qseem to all pass. Are there are runtime issues that might arise? Or can we lower the minimum required Python version to 3.10?