aryn-ai / sycamore

🍁 Sycamore is an LLM-powered search and analytics platform for unstructured data.
https://sycamore.readthedocs.io
Apache License 2.0
300 stars 31 forks source link

Run Sycamore integ tests only on Python 3.9. #574

Closed bsowell closed 1 month ago

bsowell commented 1 month ago

This should provide roughly the same coverage, but be significantly cheaper and faster to execute. We run with Python 3.9, the minimum python version we support, to catch cases where we have inadvertently added dependencies on features added in later versions.