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 2ba7f5d commit 795736fCopy full SHA for 795736f
tox.ini
@@ -1,9 +1,10 @@
1
[tox]
2
min_version = 4.0
3
-env_list = format, lint, py{39,310,311}-pydantic{1,2}-{test,type}
+env_list = format, lint, py{38,39,310,311}-pydantic{1,2}-{test,type}
4
5
[gh-actions]
6
python =
7
+ 3.8: py38
8
3.9: py39
9
3.10: py310
10
3.11: format, lint, py311
0 commit comments