From 07aa9b5405cd23257497898dbcae05fae89e59fa Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Mon, 22 Jun 2020 22:48:29 -0500 Subject: [PATCH] Declare that we've dropped Py2 support --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 412d476..6cf2f8d 100644 --- a/setup.py +++ b/setup.py @@ -35,6 +35,8 @@ setup(name="pytools", 'Topic :: Utilities', ], + python_requires='~=3.6', + install_requires=[ "decorator>=3.2.0", "appdirs>=1.4.0", -- GitLab