From 36a6f5f4e802282e6a0f30a8c99525bf08ccc654 Mon Sep 17 00:00:00 2001 From: moomoohk Date: Fri, 25 Nov 2022 15:37:11 +0200 Subject: [PATCH] Add note regarding 3.6 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4b0f386..a6891d6 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,7 @@ # (Source: https://github.com/hugovk/pypi-tools/blob/master/README.md) # # Conclusion: In order to accommodate type hinting support must be limited to Python versions >=3.6. + # 3.6 was dropped because of EOL and this issue: https://github.com/actions/setup-python/issues/544 python_requires=">=3.7", classifiers=[ 'Development Status :: 5 - Production/Stable',