Skip to content

Commit 1e5cc4e

Browse files
Update Python version requirements in Sphinx docs (3.10+/PyPy 3.11+)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 357692a commit 1e5cc4e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Welcome to Greynir
1010
*Til að gagnast sem flestum er skjölun Greynis á ensku. - In order to serve
1111
the widest possible audience, Greynir's documentation is in English.*
1212

13-
Greynir is a Python >= 3.9 package for **working with Icelandic text**,
13+
Greynir is a Python >= 3.10 package for **working with Icelandic text**,
1414
including parsing it into **sentence trees**, finding **lemmas**,
1515
inflecting **noun phrases**, assigning **part-of-speech tags** and much more.
1616

doc/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Installation
66
Prerequisites
77
-------------
88

9-
Greynir runs on **CPython 3.9** or newer, and on **PyPy 3.9**
9+
Greynir runs on **CPython 3.10** or newer, and on **PyPy 3.11**
1010
or newer (more info on PyPy `here <http://pypy.org/>`_).
1111

1212
On GNU/Linux and similar systems, you may need to have ``python3-dev``

0 commit comments

Comments
 (0)