Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions .github/constraints.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Temporary CI workaround until Windows ARM64 wheels return.
# https://github.com/pyca/cryptography/pull/15350
cryptography==46.0.3; sys_platform == "win32" and platform_machine == "ARM64"
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ permissions:
env:
# Preserve Unicode in captured CLI output on Windows.
PYTHONUTF8: "1"
PIP_CONSTRAINT: ${{ github.workspace }}/.github/constraints.txt
UV_CONSTRAINT: ${{ github.workspace }}/.github/constraints.txt

jobs:
tests:
Expand Down