This commit is contained in:
Brian Quinlan
2022-10-25 15:37:17 -07:00
parent 5281ffa4f2
commit 695b85ff29

View File

@@ -10,6 +10,16 @@ jobs:
pip install virtualenv
pip install nox
nox -f noxfile.py -s unit
Compatibility Test 3.11:
docker:
- image: cimg/python:3.11.0
steps:
- checkout
- run:
command: |
pip install virtualenv
pip install nox
nox -f noxfile.py -s compatibility
Compatibility Test 3.10:
docker:
- image: cimg/python:3.10.2