We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d40b34 commit 26ae0fbCopy full SHA for 26ae0fb
setup.py
@@ -93,7 +93,7 @@ def find_meta(meta):
93
package_dir={"": "src"},
94
install_requires=[
95
# Fix cryptographyMinimum in tox.ini when changing this!
96
- "cryptography>=37.0",
+ "cryptography>=36.0",
97
],
98
extras_require={
99
"test": ["flaky", "pretend", "pytest>=3.0.1"],
tox.ini
@@ -10,7 +10,7 @@ extras =
10
deps =
11
coverage>=4.2
12
cryptographyMain: git+https://github.com/pyca/cryptography.git
13
- cryptographyMinimum: cryptography==37.0
+ cryptographyMinimum: cryptography==36.0
14
randomorder: pytest-randomly
15
setenv =
16
# Do not allow the executing environment to pollute the test environment
0 commit comments