We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96c2a4 commit 82beb94Copy full SHA for 82beb94
tox.ini
@@ -2,6 +2,7 @@
2
[tox]
3
# NOTE: Pydantic <1.9 does not support Python 3.10
4
envlist = py{37,38,39}-graphene{30}-pydantic{17,18,19}, py310-graphene30-pydantic19
5
+# CI will supply any versions not available locally
6
skip_missing_interpreters = True
7
# required if working with pyproject.toml
8
isolated_build = True
0 commit comments