diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2021-10-16 17:18:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-17 05:18:05 +0800 |
| commit | bba65084eadca64776d520004ded10375ab5d30e (patch) | |
| tree | 1b147eaf6a70f9f5671f16fc3e4de29f60efff8b /setup.cfg | |
| parent | c3fcc6759a86bbd847e3da067152ee7d2b88c194 (diff) | |
| download | cryptography-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.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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] |
