run-llama / llama_index

LlamaIndex is a data framework for your LLM applications
https://docs.llamaindex.ai
MIT License
36.74k stars 5.27k forks source link

chore: drop support for 3.8 #16973

Open masci opened 4 hours ago

masci commented 4 hours ago

Description

Python 3.8 was EOL'ed last October and won't receive further upgrades. We already updated our CI and made 3.9 the new base reference, and this change reflects that at the package level.

Also with this PR:

Related to https://github.com/run-llama/llama_index/pull/16962 this will make things easier there.

Version Bump?

Did I bump the version in the pyproject.toml file of the package I am updating? (Except for the llama-index-core package)

Type of Change

Please delete options that are not relevant.

How Has This Been Tested?

Your pull-request will likely not be merged unless it is covered by some form of impactful unit testing.

logan-markewich commented 2 hours ago

hmmm can you try running poetry lock again?

logan-markewich commented 2 hours ago

with this change, we could also set numpy = "*" in core if we wanted to