diff --git a/setup.py b/setup.py index 6e41296..cf37c21 100644 --- a/setup.py +++ b/setup.py @@ -18,9 +18,9 @@ def read(fname): packages=['graphlayer', 'graphlayer.graphql'], keywords="graphql graph join ", extras_require={ - "graphql": ["graphql-core==3.2.3"], + "graphql": ["graphql-core==3.2.6"], }, - python_requires='>=3.7', + python_requires='>=3.9', license="BSD-2-Clause", classifiers=[ 'Development Status :: 5 - Production/Stable',