Typec heck using an old Python version

This commit is contained in:
Brian Quinlan
2022-02-22 20:20:51 -08:00
parent eec9c92aff
commit 0ad0c865fe

View File

@@ -37,7 +37,7 @@ jobs:
nox -f noxfile.py -s lint
Type Check:
docker:
- image: cimg/python:3.10.2
- image: cimg/python:3.7.12
steps:
- checkout