From b4ede028a721243c2bfc8aa9ee38ae16b71b4ada Mon Sep 17 00:00:00 2001 From: halcy Date: Thu, 1 Dec 2022 00:18:12 +0200 Subject: [PATCH] Disable 3.6 test (missing crypto module) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: workflows: run-tests-workflow: jobs: - - run-tests-36 + #- run-tests-36 # 3.6 commented out - SHOULD still work, if you can build cryptography, or don't use it - run-tests-37 - run-tests-38-cov - run-tests-39