From befec59b927a5ed268ea5678677a736d0bb9a82a Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 11 Aug 2021 08:13:18 +0300
Subject: [PATCH] Remove PyPy 3.6 from CI.

No longer supported by upstream.
---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d012e54..48b37b3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -60,5 +60,4 @@ test:
       - project: pypy
         version:
           - "2.7"
-          - "3.6"
           - "3.7"
-- 
GitLab