The current requirement for 3.11 or higher is quite limiting: I'd like to use this as a dependency in another package, but need to support lower versions too. In fact, the highest version in a starter environment on our CodeOcean instance is 3.10.
I can't see anything in the dependencies that would require 3.11. And any of the newer typing features are also available via the official backport: https://pypi.org/project/typing-extensions/
Hi @zvikagart!
The current requirement for 3.11 or higher is quite limiting: I'd like to use this as a dependency in another package, but need to support lower versions too. In fact, the highest version in a starter environment on our CodeOcean instance is 3.10.
I can't see anything in the dependencies that would require 3.11. And any of the newer typing features are also available via the official backport: https://pypi.org/project/typing-extensions/
Would you be willing to lower this requirement?
I'm happy to test and submit a PR.