We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fe773f + 4f089da commit e7d0ccaCopy full SHA for e7d0cca
setup.py
@@ -18,9 +18,9 @@ def read(fname):
18
packages=['graphlayer', 'graphlayer.graphql'],
19
keywords="graphql graph join ",
20
extras_require={
21
- "graphql": ["graphql-core==3.2.3"],
+ "graphql": ["graphql-core==3.2.6"],
22
},
23
- python_requires='>=3.7',
+ python_requires='>=3.9',
24
license="BSD-2-Clause",
25
classifiers=[
26
'Development Status :: 5 - Production/Stable',
0 commit comments