Skip to content

Commit

Permalink
🧪 Drop ubuntu 20.04 + pypy 3.6 from CI matrix
Browse files Browse the repository at this point in the history
The error is
```python-traceback
ImportError: ../site-packages/cryptography/hazmat/bindings/_openssl.pypy36-pp73-x86_64-linux-gnu.so: undefined symbol: FIPS_mode
```
  • Loading branch information
webknjaz committed Apr 17, 2024
1 parent af1b867 commit 3e0d983
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -949,6 +949,10 @@ jobs:
python-version: pypy-3.7
- os: macos-latest
python-version: pypy-3.7
# NOTE: Ubuntu 22.04 PyPy 3.6 jobs are excluded because importing
# NOTE: cryptography crashes in that env at the moment.
- os: ubuntu-22.04
python-version: pypy-3.6
# NOTE: Python 3.6 is not available for Ubuntu 22.04
- os: ubuntu-22.04
python-version: 3.6
Expand Down

0 comments on commit 3e0d983

Please sign in to comment.