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.
1 parent 2903cf3 commit 77e7a6cCopy full SHA for 77e7a6c
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## [Unreleased]
4
### Fixed
5
- Fix pytest **Module already imported so cannot be rewritten** warning when the package being linted was used by pytest/conftest already (#10)
6
+- Fix missing Python version constraint (#11)
7
8
## [1.0.1] - 2021-03-03
9
### Added
setup.py
@@ -27,6 +27,7 @@
27
'pylint',
28
'pytest>=4.6',
29
],
30
+ python_requires='>=3.6',
31
classifiers=[
32
'Development Status :: 5 - Production/Stable',
33
'Intended Audience :: Developers',
0 commit comments