lightly-ai/lightly
CLAUDE.md: update stale requires-python reference after Python 3.8 bump
Geschlossen
#2.012 geöffnet am 31.07.2026
documentationgood first issue
Repository-Metriken
- Stars
- (3.775 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
CLAUDE.md line 61 says:
requires-python = ">=3.6"and CI tests old Python versions
Once #2000 merges, pyproject.toml will require >=3.8, making this line stale.
Update the reference to match.