Skip to content

Commit 3b5e952

Browse files
authored
docs: update Python version requirement to >= 3.9 (#1253)
1 parent f06c143 commit 3b5e952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Python package
5050

5151
.. include:: download/pip.rst
5252

53-
Check the "tutor" package on Pypi: https://pypi.org/project/tutor. You will need Python >= 3.6 with pip and the libyaml development headers. On Ubuntu, these requirements can be installed by running::
53+
Check the "tutor" package on Pypi: https://pypi.org/project/tutor. You will need Python >= 3.9 with pip and the ``libyaml`` development headers. On Ubuntu, these requirements can be installed by running::
5454

5555
sudo apt install python3 python3-pip libyaml-dev
5656

0 commit comments

Comments
 (0)