Skip to content

Commit 51547cb

Browse files
Fix PyPy version requirement in README (3.11+, not 3.9+)
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2598763 commit 51547cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ and each token annotated with its lemma and POS tag (`no`=noun, `so`=verb):
147147

148148
## Prerequisites
149149

150-
This package runs on CPython 3.9 or newer, and on PyPy 3.9 or newer.
150+
This package runs on CPython 3.9 or newer, and on PyPy 3.11 or newer.
151151

152152
To find out which version of Python you have, enter:
153153

0 commit comments

Comments
 (0)