Add Python 3.10 to GitHub Actions test matrix (#280)

Co-authored-by: James Hilton-Balfe <50501825+Gobot1234@users.noreply.github.com>
This commit is contained in:
Kalan
2021-12-29 15:10:34 -08:00
committed by GitHub
parent d77f44ebb7
commit 573c7292a6
4 changed files with 632 additions and 653 deletions

View File

@@ -25,10 +25,10 @@ black = "^21.11b0"
bpython = "^0.19"
grpcio-tools = "^1.40.0"
jinja2 = "^2.11.2"
mypy = "^0.770"
mypy = "^0.930"
poethepoet = ">=0.9.0"
protobuf = "^3.12.2"
pytest = "^5.4.2"
pytest = "^6.2.5"
pytest-asyncio = "^0.12.0"
pytest-cov = "^2.9.0"
pytest-mock = "^3.1.1"