mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Prohibit Python 3.9.0, 3.9.1 -- they have a bug that causes errors
This commit is contained in:
parent
d6cac753c2
commit
93cf679021
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ classifiers = [
|
|||
"Programming Language :: Python :: Implementation :: PyPy",
|
||||
"Topic :: Security :: Cryptography",
|
||||
]
|
||||
requires-python = ">=3.7"
|
||||
requires-python = ">=3.7,!=3.9.0,!=3.9.1"
|
||||
dependencies = [
|
||||
# Must be kept in sync with `build-system.requires`
|
||||
"cffi>=1.12; platform_python_implementation != 'PyPy'",
|
||||
|
|
|
|||
Loading…
Reference in a new issue