Skip to content

docs: Python floor is 3.8, not 3.7 - #120

Open
skritosss wants to merge 2 commits into
supabase:mainfrom
skritosss:docs-python-floor
Open

docs: Python floor is 3.8, not 3.7#120
skritosss wants to merge 2 commits into
supabase:mainfrom
skritosss:docs-python-floor

Conversation

@skritosss

Copy link
Copy Markdown

What kind of change does this PR introduce?

Docs fix.

What is the current behavior?

The README badge, the README install section, and docs/api.md all say Python 3.7+.

setup.py disagrees:

MINIMUM_PYTHON_VERSION = (3, 8, 0, "", 0)

and the classifiers list 3.8 through 3.12. So someone on 3.7 follows the install instructions and gets At least Python 3.8.0 is required.

Looks like the floor was raised at some point and the docs were left behind.

What is the new behavior?

Three occurrences of 3.7 changed to 3.8. No code touched.

Additional context

While reading docs/api.md I also noticed a few smaller things: two typos (sucessfully, incldues), a sentence that repeats itself ("expect sub-minute a response in under a minute"), and the warning text quoted in the Query section says cosine_similarity, which isn't a value of IndexMeasure — the code emits Query does not have a covering index for {measure}. Kept them out of this PR to keep the diff on one topic; happy to send a follow-up if you want them fixed.

Used Claude (Anthropic) to cross-check the docs against setup.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant