summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2021-10-16 17:18:05 -0400
committerGitHub <noreply@github.com>2021-10-17 05:18:05 +0800
commitbba65084eadca64776d520004ded10375ab5d30e (patch)
tree1b147eaf6a70f9f5671f16fc3e4de29f60efff8b /setup.cfg
parentc3fcc6759a86bbd847e3da067152ee7d2b88c194 (diff)
downloadcryptography-bba65084eadca64776d520004ded10375ab5d30e.tar.gz
Ban cffi version that makes CI sad (#6418)
* Update installation for testing against bookworm * Try bumping macOS timeout * Try pinning cffi * Ban 1.15.0
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index de1eaf468..10853c275 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -47,9 +47,9 @@ ext_package = cryptography.hazmat.bindings
# `install_requires` and `setup_requires` must be kept in sync with
# `pyproject.toml`
install_requires =
- cffi >=1.12
+ cffi>=1.12,!=1.15.0
setup_requires =
- cffi >=1.12
+ cffi>=1.12,!=1.15.0
setuptools_rust >= 0.11.4
[options.packages.find]