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 17eab50 commit 36a6f5fCopy full SHA for 36a6f5f
setup.py
@@ -34,6 +34,7 @@
34
# (Source: https://github.com/hugovk/pypi-tools/blob/master/README.md)
35
#
36
# Conclusion: In order to accommodate type hinting support must be limited to Python versions >=3.6.
37
+ # 3.6 was dropped because of EOL and this issue: https://github.com/actions/setup-python/issues/544
38
python_requires=">=3.7",
39
classifiers=[
40
'Development Status :: 5 - Production/Stable',
0 commit comments