diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-01-09 17:36:08 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-01-09 19:33:39 -0500 |
commit | 5983eb39f1bdda9721caa161901b06bc278b3eef (patch) | |
tree | 35bb93aabeb9b27053858e90b8ec5c4f555ddc61 /.circleci | |
parent | 39f458c834def3c217a3bd2eb62cc92032e20975 (diff) |
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.yml | 6 |
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 |