vndee / llm-sandbox

Lightweight and portable LLM sandbox runtime (code interpreter) Python library.
https://blog.duy.dev/the-easiest-way-to-add-code-interpreter-into-your-llm-apps/
MIT License
68 stars 10 forks source link

Allow Python 3.10 as well #5

Closed mys007 closed 1 week ago

mys007 commented 1 week ago

This loosens the dependency on python version to allow 3.10 as well. The unit tests pass. Was there perhaps any reason on requiring 3.11?

vndee commented 1 week ago

Thanks @mys007 for your contribution!