From 32693b683d721cea7e8e3f1035054c222db67041 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 1 Aug 2023 01:11:08 -0700 Subject: [PATCH] Revert "Add Python 3.12 prerelease to build matrix" This reverts commit b5dc276ba191df14bc0ede46cacd2f3f7f807cc3. Would require building pikepdf from source on Python 3.12, which is not worth the effort at this point. --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index deb7f645..43c8432a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,8 +34,6 @@ jobs: python: "3.10" - os: ubuntu-latest python: "3.11" - - os: ubuntu-latest - python: "3.12.0-alpha - 3.12.0" # - os: ubuntu-latest # python: "pypy3.8" #- os: ubuntu-latest