Skip to content

Commit

Permalink
More CI tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Dec 31, 2024
1 parent 946e114 commit 6349f25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.9", "pypy-3.10"]
exclude:
- os: windows-latest
python-version: "pypy-3.9" #no cryptography available there

env:
PGP_KEY_NAME: ${{ secrets.PGP_KEY_NAME }}
Expand Down

0 comments on commit 6349f25

Please sign in to comment.