Skip to content

Commit 2c85486

Browse files
committed
fix references to 3.7
1 parent cb2b800 commit 2c85486

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ Simply:
9696
pip install dirty-equals
9797
```
9898

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

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ assert -2 == IsPositive # this will fail! (2)
4949

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

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

5555

@@ -97,4 +97,4 @@ Simply:
9797
pip install dirty-equals
9898
```
9999

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

0 commit comments

Comments
 (0)