diff options
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 3c677fe..e1ff383 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml | |||
@@ -74,7 +74,7 @@ jobs: | |||
74 | workflows: | 74 | workflows: |
75 | run-tests-workflow: | 75 | run-tests-workflow: |
76 | jobs: | 76 | jobs: |
77 | - run-tests-36 | 77 | #- run-tests-36 # 3.6 commented out - SHOULD still work, if you can build cryptography, or don't use it |
78 | - run-tests-37 | 78 | - run-tests-37 |
79 | - run-tests-38-cov | 79 | - run-tests-38-cov |
80 | - run-tests-39 | 80 | - run-tests-39 |