From 6349f256b47107c6c7ae3aaab71fb9e406bcb490 Mon Sep 17 00:00:00 2001 From: Eugene Gershnik Date: Mon, 30 Dec 2024 21:46:39 -0800 Subject: [PATCH] More CI tweaks --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3859b65..0eb8716 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }}