Skip to content

Commit 6349f25

Browse files
committed
More CI tweaks
1 parent 946e114 commit 6349f25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
matrix:
2424
os: [macos-latest, ubuntu-latest, windows-latest]
2525
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.9", "pypy-3.10"]
26+
exclude:
27+
- os: windows-latest
28+
python-version: "pypy-3.9" #no cryptography available there
2629

2730
env:
2831
PGP_KEY_NAME: ${{ secrets.PGP_KEY_NAME }}

0 commit comments

Comments
 (0)