From 9acf55af9d6361a3eac576f9df076507165e8cfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Tue, 28 Feb 2023 11:30:19 +0100 Subject: Remove pypy3 from Github Actions matrix --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f69954a..50eee10 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,8 +20,6 @@ jobs: django-family: 32 - python-version: "3.10" django-family: 32 - - python-version: "pypy3" - django-family: 32 # Django 4.1: Python 3.9, 3.10, 3.11 - python-version: "3.9" -- cgit v1.2.1