Skip to content

Commit 9aaf1c6

Browse files
committed
Add more Pydantic, Python versions to test matrix
1 parent 8bc51ed commit 9aaf1c6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

tox.ini

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# https://tox.readthedocs.io/en/latest/example/basic.html#compressing-dependency-matrix
22
[tox]
3-
envlist = graphene{30}-pydantic{1}
3+
envlist = graphene{3}-pydantic{17,18,19}
44
isolated_build = true
55

66
[testenv]
77
whitelist_externals = poetry
88
deps =
9-
graphene30: graphene>=3.0b5
10-
pydantic1: pydantic>=1.0,<2.0
9+
graphene30: graphene>=3.0b5,<4.0
10+
pydantic17: pydantic==1.7
11+
pydantic18: pydantic==1.8
12+
pydantic19: pydantic==1.9
1113
pytest
1214
pytest-cov
1315
commands =
@@ -18,3 +20,4 @@ python =
1820
3.7: py37
1921
3.8: py38, mypy
2022
3.9: py39
23+
3.10: py310

0 commit comments

Comments
 (0)