We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ee46b commit 88ce9a8Copy full SHA for 88ce9a8
setup.py
@@ -19,5 +19,5 @@
19
],
20
packages=find_packages(),
21
install_requires=['cryptography'],
22
- python_requires=">=3.8",
+ python_requires=">=3.6",
23
)
0 commit comments