We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be80b7b + 64dcc9c commit 0b7ca81Copy full SHA for 0b7ca81
CONTRIBUTING.rst
@@ -26,7 +26,4 @@ To publish manually:
26
27
.. code-block:: bash
28
29
- python -m venv venv
30
- venv/bin/pip install pep517 twine
31
- venv/bin/python -m pep517.build .
32
- venv/bin/twine upload dist/*
+ tox -e publish -- upload
changelog.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.7.0](https://github.com/dbader/pytest-mypy/milestone/13)
4
+* Remove the upper bound on `python_requires`.
5
+* Require Python 3.5 or greater.
6
+* Enable custom error formatting.
7
+* Fix compatibility with pytest-xdist 2.
8
+
9
## [0.6.2](https://github.com/dbader/pytest-mypy/milestone/12)
10
* Stop ignoring `.pyi` files.
11
0 commit comments