From 28ef98327c7835c9a032cc664496108f5964ba8e Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 8 Dec 2022 20:13:25 -0500 Subject: [PATCH] Skip Python 3.12 on Linux due to #5. --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e1e7bf1..b16f3a4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,6 +58,10 @@ jobs: platform: ubuntu-latest - python: pypy3.9 platform: ubuntu-latest + exclude: + # jaraco/jaraco.net#5 + - python: 3.12 + platform: ubuntu-latest runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v3