aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-09-03 13:01:40 -0400
committerGitHub <[email protected]>2022-09-03 13:01:40 -0400
commit456fe5da8bbd38a878790977be0425c5a96aba82 (patch)
tree3b615b16a08fa8f3e7499062cf53b9e96f1da0b8 /setup.py
parentc907f47a7bdae7fe6ca2c35e82c4177c2c0e685f (diff)
parent9d9d4b2d49111e2e5541eef6eda4cb88c52f4342 (diff)
downloadedify-456fe5da8bbd38a878790977be0425c5a96aba82.tar.xz
edify-456fe5da8bbd38a878790977be0425c5a96aba82.zip
Added `RegexBuilder` Class and Documentation (#3)
# Changes - Added local test runner script `test.local.sh` - Added support for `edify.library` and `email` and `phone` validation functions - Added `RegexBuilder` class - Added Necessary Tests for Code Coverage - Added Support for flags
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7750988..235a2ac 100755
--- a/setup.py
+++ b/setup.py
@@ -67,7 +67,7 @@ setup(
keywords=[
# eg: 'keyword1', 'keyword2', 'keyword3',
],
- python_requires='>=3.6',
+ python_requires='>=3.7',
install_requires=[
# eg: 'aspectlib==1.1.1', 'six>=1.7',
],