aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-12-01 00:18:12 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-12-01 00:18:12 +0200
commitb4ede028a721243c2bfc8aa9ee38ae16b71b4ada (patch)
tree5b937fe7fe8162fc81e7fa6584093ea7a4b4b61b
parent160e4c817380a653bdfd90d723100d1548125c8d (diff)
downloadmastodon.py-b4ede028a721243c2bfc8aa9ee38ae16b71b4ada.tar.gz
Disable 3.6 test (missing crypto module)
-rw-r--r--.circleci/config.yml2
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:
74workflows: 74workflows:
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
Powered by cgit v1.2.3 (git 2.41.0)