File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717 - name : install lib
1818 run : pip install -e .
1919
20- minimum-python :
20+ minimum-python37 :
2121 runs-on : ubuntu-latest
2222 container :
23- image : python:3.6
23+ image : python:3.7
2424
2525 steps :
2626 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ title: Installation
33page_id : install
44---
55
6+ ## Requirements
7+
8+ This project requires Python 3.7+.
9+ See below sections for more platform-specific requirements.
610## Development
711### Developing for the cflib
812* [ Fork the cflib] ( https://help.github.com/articles/fork-a-repo/ )
@@ -12,7 +16,7 @@ page_id: install
1216
1317* [ Uninstall the cflib if you don't want it any more] ( http://pip-python3.readthedocs.org/en/latest/reference/pip_uninstall.html ) , ` pip uninstall cflib `
1418
15- Note: If you are developing for the cflib you must use python3. On Ubuntu (16 .04, 18.08 ) use ` pip3 ` instead of ` pip ` .
19+ Note: If you are developing for the cflib you must use python3. On Ubuntu (20 .04+ ) use ` pip3 ` instead of ` pip ` .
1620
1721### Linux, OSX, Windows
1822
You can’t perform that action at this time.
0 commit comments