summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2023-01-09 17:36:08 -0500
committerJeff Forcier <jeff@bitprophet.org>2023-01-09 19:33:39 -0500
commit5983eb39f1bdda9721caa161901b06bc278b3eef (patch)
tree35bb93aabeb9b27053858e90b8ec5c4f555ddc61 /.circleci
parent39f458c834def3c217a3bd2eb62cc92032e20975 (diff)
downloadparamiko-5983eb39f1bdda9721caa161901b06bc278b3eef.tar.gz
Move to cryptography 3.3 as baseline dep
and bump top end test matrix cell to 40ish
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 91dbf9c8..96617237 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -63,9 +63,9 @@ workflows:
version: ["3.6"]
# TODO: I don't see a nicer way to do this that doesn't require
# making the orb know too much about its client code...
- # TODO: the upper end of this needs to move, or grow more cells,
- # periodically
- pip-overrides: ["cryptography==2.5", "cryptography==3.4"]
+ # TODO: the upper end of this needs to change and/or grow more
+ # cells, periodically
+ pip-overrides: ["cryptography>=3.3,<3.4", "cryptography>=40,<41"]
# Kerberos tests. Currently broken :(
#- kerberos:
# name: Test 3.6 w/ Kerberos support