add CPython 3.8 and CPython 3.9 unit test jobs to CircleCI

This commit is contained in:
Jean-Paul Calderone 2023-04-05 09:03:51 -04:00
parent 8557c66b39
commit 7ae7db678e

View File

@ -93,6 +93,8 @@ workflows:
matrix:
parameters:
pythonVersion:
- "python38"
- "python39"
- "python310"
- "nixos":