diff options
| author | 2021-10-11 16:26:05 -0700 | |
|---|---|---|
| committer | 2021-10-11 16:26:05 -0700 | |
| commit | 94da7f97b2b112c966385d11df9f6e496b9f453d (patch) | |
| tree | 4723b092ff71844e069694eb6c7423e2c9a6b877 /DEVELOPING.md | |
| parent | Merge #112 - increase available PIDs to 5 (diff) | |
| parent | Bumps Coverage Version (diff) | |
Merge #117 - Bump To Python 3.10
Diffstat (limited to 'DEVELOPING.md')
| -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 |