Skip to content

Commit 3c16fa9

Browse files
authored
Bump minimum Python version to 3.7 (#302)
1 parent 9b58ff4 commit 3c16fa9

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/dependency_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

docs/installation/install.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: Installation
33
page_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

0 commit comments

Comments
 (0)