aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2021-11-12 20:38:58 +0100
committerJan200101 <sentrycraft123@gmail.com>2021-11-12 20:38:58 +0100
commit73bc3ee9f77ffa4963cb7a00dcc0a3d035d185e9 (patch)
treee07a84e6de559ac17b4af2b025b037ddfc37b76e
parent3cdc601d9cf56c5ffac428b7500116a867f4cd15 (diff)
downloadunixreg-73bc3ee9f77ffa4963cb7a00dcc0a3d035d185e9.tar.gz
unixreg-73bc3ee9f77ffa4963cb7a00dcc0a3d035d185e9.zip
set minimum required python version0.1.0
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index b0b7f5b..acefa55 100755
--- a/setup.py
+++ b/setup.py
@@ -46,4 +46,5 @@ setuptools.setup(
"Typing :: Typed"
],
+ python_requires=">=3.6"
)