Skip to content

Commit 94843a5

Browse files
.
1 parent 008d62b commit 94843a5

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

scripts/populate_tox/config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@
188188
"package": "graphene",
189189
"deps": {
190190
"*": ["blinker", "fastapi[test]", "flask", "httpx"],
191-
"py3.6": ["aiocontextvars"],
191+
"py3.6": ["aiocontextvars", "setuptools<82"],
192+
"py3.7": ["setuptools<82"], # Handled by importlib.metadata on Python 3.8+
192193
},
193194
},
194195
"grpc": {

tox.ini

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)