We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6cac75 commit c6104ccCopy full SHA for c6104cc
pyproject.toml
@@ -46,7 +46,7 @@ classifiers = [
46
"Programming Language :: Python :: Implementation :: PyPy",
47
"Topic :: Security :: Cryptography",
48
]
49
-requires-python = ">=3.7"
+requires-python = ">=3.7,!=3.9.0,!=3.9.1"
50
dependencies = [
51
# Must be kept in sync with `build-system.requires`
52
"cffi>=1.12; platform_python_implementation != 'PyPy'",
0 commit comments