Skip to content

Commit

Permalink
fix references to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Nov 15, 2023
1 parent cb2b800 commit 2c85486
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ Simply:
pip install dirty-equals
```

**dirty-equals** requires **Python 3.7+**.
**dirty-equals** requires **Python 3.8+**.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ assert -2 == IsPositive # this will fail! (2)

**Not that interesting yet!**, but consider the following unit test code using **dirty-equals**:

```{.py title="More Powerful Usage" lint="skip"}
```py title="More Powerful Usage" lint="skip"
from dirty_equals import IsJson, IsNow, IsPositiveInt, IsStr


Expand Down Expand Up @@ -97,4 +97,4 @@ Simply:
pip install dirty-equals
```

**dirty-equals** requires **Python 3.7+**.
**dirty-equals** requires **Python 3.8+**.

0 comments on commit 2c85486

Please sign in to comment.