Skip to content

Commit e7d0cca

Browse files
authored
Merge pull request #1 from healx/update-requirements
Update graphql-core requirement
2 parents 7fe773f + 4f089da commit e7d0cca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ def read(fname):
1818
packages=['graphlayer', 'graphlayer.graphql'],
1919
keywords="graphql graph join ",
2020
extras_require={
21-
"graphql": ["graphql-core==3.2.3"],
21+
"graphql": ["graphql-core==3.2.6"],
2222
},
23-
python_requires='>=3.7',
23+
python_requires='>=3.9',
2424
license="BSD-2-Clause",
2525
classifiers=[
2626
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)