Skip to content

Commit

Permalink
Fixed typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devds96 committed Oct 21, 2023
1 parent f11d0b7 commit 73d2925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ venv_configs:
max_version: "<=3.7"
- directory: py38_39
min_version: ">=3.8"
max_version: "<3.9"
max_version: "<3.10"
```
This would construct a plain virtual environment without any
requirements in the "py37" directory if Python version 3.7 or below
is used and in the "py38_39" directory if the Python version is above
3.8 and strictly below 3.9. Note that the first comparison will only
3.8 and strictly below 3.10. Note that the first comparison will only
hold for Python version 3.7 exactly, since the entire config only
applies to Python versions 3.7 and above.

Expand Down

0 comments on commit 73d2925

Please sign in to comment.