diff options
| author | 2021-10-11 16:27:09 +0300 | |
|---|---|---|
| committer | 2021-10-11 16:27:09 +0300 | |
| commit | 84a5e97e5e15ef63a49e6e22c9e2d07b29926d04 (patch) | |
| tree | ded7dca10023bfdbdfea12e8da1ab430ac03e05e /DEVELOPING.md | |
| parent | Merge #112 - increase available PIDs to 5 (diff) | |
Bumps Python Version To 3.10
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to '')
| -rw-r--r-- | DEVELOPING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DEVELOPING.md b/DEVELOPING.md index 8b0799f..fdda51a 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -2,7 +2,7 @@ ## Initial Setup -A Python 3.9 interpreter and the [pipenv] package are required. Once those requirements are satisfied, install the project's dependencies: +A Python 3.10 interpreter and the [pipenv] package are required. Once those requirements are satisfied, install the project's dependencies: ``` pipenv sync --dev |