Skip to content

Commit 507ce0e

Browse files
committed
Readme: Update minimum Python version.
1 parent bc60f38 commit 507ce0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Major features
3535
* frees the GIL and supports threading in separate runtimes when
3636
calling into Lua
3737

38-
* tested with Python 2.7/3.6 and later
38+
* tested with Python 3.8 and later
3939

4040
* ships with Lua 5.1, 5.2, 5.3 and 5.4
4141
as well as LuaJIT 2.0 and 2.1 on systems that support it.
@@ -994,7 +994,7 @@ calculations unless you specify ``total=True``.
994994
Lua code hitting the memory limit will receive memory errors:
995995

996996
.. code:: python
997-
997+
998998
>>> lua.set_max_memory(100)
999999
>>> lua.eval("string.rep('a', 1000)") # doctest: +IGNORE_EXCEPTION_DETAIL
10001000
Traceback (most recent call last):

0 commit comments

Comments
 (0)