From f533a0f77cb42fd821ea986c5bc8df0145fb923f Mon Sep 17 00:00:00 2001 From: shyguyCreate <107062289+shyguyCreate@users.noreply.github.com> Date: Sat, 16 Nov 2024 08:34:26 -0600 Subject: [PATCH] fix: remove pypy in python version 3.9 --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 112ebe44..18cfa140 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -219,7 +219,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10"] + python-version: ["3.10"] pypy-version: ["7.3"] steps: - name: Download wayland libraries @@ -281,7 +281,6 @@ jobs: - "3.10" - "3.11" - "3.12" - - "pypy-3.9" - "pypy-3.10" steps: - name: Install dependencies