We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7571de commit d2a1288Copy full SHA for d2a1288
.github/workflows/ci.yml
@@ -64,6 +64,8 @@ jobs:
64
python-version: ${{ matrix.python-version }}
65
cache: 'pip'
66
cache-dependency-path: 'requirements-dev.txt'
67
+ - run: pip install cryptography # TODO(cclauss): Fix requirements for PyPy v3.11
68
+ if: matrix.python-version == 'pypy-3.11'
69
- run: pip install . -r requirements-dev.txt
70
- run: make test
71
@@ -73,7 +75,7 @@ jobs:
73
75
strategy:
74
76
matrix:
77
os: [ubuntu-latest]
- python-version: ['3.15']
78
+ python-version: ['3.14']
79
steps:
80
- uses: actions/checkout@v5
81
- name: Setup Python ${{ matrix.python-version }}
0 commit comments