Releases: klausweiss/typing-protocol-intersection
Releases · klausweiss/typing-protocol-intersection
0.5.2: Add support for mypy==1.14.x (#15)
Add support for mypy==1.14.x.
0.5.1: Add support for mypy==1.13.x
Add support for mypy==1.13.x.
0.5.0
- Add support for mypy==1.12.x
- Add support for python 3.13, drop python 3.8
0.4.2: Add support for mypy==1.11.x
Add support for mypy==1.11.x.
0.4.1: Add support for mypy==1.10.x
Add support for mypy==1.10.x.
0.4.0
- Drop support for Python 3.7.
- Add support for mypy==1.9.x.
0.3.10
- Add support for mypy==1.8.x.
- Fix non-Protocol members allowed in intersection
0.3.9: Add support for mypy==1.7.x
Add support for mypy==1.7.x.
0.3.8
- Add support for mypy==1.6.x.
- Add Python 3.12 support.