File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 67
67
strategy :
68
68
matrix :
69
69
TEST :
70
+ - {CONTAINER: "ubuntu-bionic", TOXENV: "py36"}
70
71
# cryptographyMain used since there's no wheel
71
72
- {CONTAINER: "ubuntu-rolling", TOXENV: "py39-cryptographyMain"}
72
73
name : " ${{ matrix.TEST.TOXENV }} on ${{ matrix.TEST.CONTAINER }}"
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ def find_meta(meta):
96
96
package_dir = {"" : "src" },
97
97
install_requires = [
98
98
# Fix cryptographyMinimum in tox.ini when changing this!
99
- "cryptography>=36 .0" ,
99
+ "cryptography>=37 .0" ,
100
100
],
101
101
extras_require = {
102
102
"test" : ["flaky" , "pretend" , "pytest>=3.0.1" ],
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ extras =
10
10
deps =
11
11
coverage>=4.2
12
12
cryptographyMain: git+https://github.com/pyca/cryptography.git
13
- cryptographyMinimum: cryptography ==36 .0
13
+ cryptographyMinimum: cryptography ==37 .0
14
14
randomorder: pytest-randomly
15
15
setenv =
16
16
# Do not allow the executing environment to pollute the test environment
You can’t perform that action at this time.
0 commit comments