Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
- "3.14t"
- "pypy-3.11"

steps:
Expand All @@ -39,6 +41,9 @@ jobs:
uv pip install --system codecov '.[tests]'
uv pip check

- if: startsWith(matrix.python-version, '3.14')
run: uv pip install --system cryptography>=46.0.3 Werkzeug==3.1.3

- name: Allow creation of user namespaces (e.g. to the unshare command)
run: |
# .. so that we don't get error:
Expand Down
Loading