Skip to content

Commit 795736f

Browse files
committed
feat: Add Python 3.8 test.
1 parent 2ba7f5d commit 795736f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[tox]
22
min_version = 4.0
3-
env_list = format, lint, py{39,310,311}-pydantic{1,2}-{test,type}
3+
env_list = format, lint, py{38,39,310,311}-pydantic{1,2}-{test,type}
44

55
[gh-actions]
66
python =
7+
3.8: py38
78
3.9: py39
89
3.10: py310
910
3.11: format, lint, py311

0 commit comments

Comments
 (0)