Skip to content

docs: update Python version badges/text to 3.10+ (follows PR #31)#34

Open
brgsk wants to merge 1 commit into
mainfrom
docs/py310-pr31
Open

docs: update Python version badges/text to 3.10+ (follows PR #31)#34
brgsk wants to merge 1 commit into
mainfrom
docs/py310-pr31

Conversation

@brgsk

@brgsk brgsk commented Apr 7, 2026

Copy link
Copy Markdown
Member

Summary

Changes

  • README.md: Update Python version badge/alt to 3.10+.
  • docs/index.md: Update Python version badge/alt to 3.10+.
  • docs/installation.md: Update requirement text to “Python 3.10+”.

Related

Checklist

  • Tests pass (make all) — docs-only; no code changes
  • Docs updated (if user-facing)

@claude

claude Bot commented Apr 7, 2026

Copy link
Copy Markdown
Contributor

This PR documents Python 3.10+ support, but PR #31 (which would relax the requirement) is still open and unmerged. The current pyproject.toml still has requires-python = ">=3.13" and CI only runs on Python 3.13.

Merging this would make the docs incorrect — users would see "Python 3.10+" but pip install would fail on 3.10/3.11/3.12.

This PR should only be merged after PR #31 lands. Until then, the badges and installation text should stay at 3.13+.

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