docs: remove Python 3.7 from README supported versions#195
Open
kobihikri wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi, and thank you for basic-pitch.
One-line docs accuracy fix: the README says supported "Python versions 3.7, 3.8, 3.9, 3.10, 3.11", but
pyproject.toml's classifiers list only 3.8–3.11 and the tox CI matrix tests 3.8–3.11 — 3.7 isn't declared or exercised anywhere. This trims the README to match.I'm aware of #187 / #194 (dropping 3.8/3.9, adding 3.12) — if that overhaul lands soon this line will change again, and I'm happy to rebase or close in its favor; until then the README at least won't promise a version that pip metadata doesn't back.
For transparency: I used AI assistance to spot and draft this; I verified the classifiers and CI matrix myself.