Skip to content

Commit 7dc568f

Browse files
committed
Drop support for Python 3.7
Update mypy to 1.5.1
1 parent 218713c commit 7dc568f

3 files changed

Lines changed: 39 additions & 84 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Unreleased
2+
3+
### Incompatible Changes
4+
5+
- Drop support for Python 3.7.
6+
17
## News in asserts 0.12.0
28

39
### Incompatible Changes

poetry.lock

Lines changed: 31 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ include = ["*/py.typed", "*.pyi"]
2222
"Changes" = "https://github.com/srittau/python-asserts/blob/main/CHANGELOG.md"
2323

2424
[tool.poetry.dependencies]
25-
python = ">=3.7"
25+
python = ">=3.8"
2626

2727
[tool.poetry.group.dev.dependencies]
2828
black = { version = "^23.1.0", python = ">=3.8" }
2929
flake8 = { version = "^6.0.0", python = ">=3.8.1" }
30-
mypy = ">=1.2,<1.5"
30+
mypy = "~1.5.1"
3131

3232
[tool.black]
3333
line-length = 79

0 commit comments

Comments
 (0)