Add py3.10 to CI

This commit is contained in:
James Lu 2021-10-18 11:30:23 -07:00
parent 93c7355f9c
commit ebcbf5a92d

View File

@ -37,5 +37,6 @@ local test_with(version, use_network=false) = {
test_with("3.7"), test_with("3.7"),
test_with("3.8"), test_with("3.8"),
test_with("3.9"), test_with("3.9"),
test_with("3.9", use_network=true), test_with("3.10"),
test_with("3.10", use_network=true),
] ]