Add support for mypy==1.14.x.
Add support for mypy==1.13.x.
- Drop support for Python 3.8.
- Add Python 3.13 support.
- Add support for mypy==1.12.x.
Add support for mypy==1.11.x.
Add support for mypy==1.10.x.
- Drop support for Python 3.7.
- Add support for mypy==1.9.x.
Add support for mypy==1.8.x.
Add support for mypy==1.7.x.
- Add support for mypy==1.6.x.
- Add Python 3.12 support.
Fixed mypy crashing in incremental mode (#5). Contributed by @drvink.
Add support for mypy==1.5.x.
Add support for mypy==1.5.x.
Add support for mypy==1.4.x.
Add support for mypy==1.3.x.
Add support for mypy==1.2.x.
Add support for mypy==1.1.x.
Add support for mypy==1.0.0.
Explicitly specify supported mypy versions as 0.920 <= x <= 0.991 and fail loudly for others.
Add Python 3.11 support.
Fix support for protocols inheriting another protocols when used as type arguments.
Fix support for protocols inheriting another protocols.
Add py.typed
to the build artifact.
Initial version. Consists of a mypy plugin and a ProtocolIntersection
type.