CI: add Python 3.11

This commit is contained in:
James Lu 2023-03-07 23:45:58 -08:00
parent 1b3ce50abe
commit 704ab70424

View File

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