From d2261e9881285990b42e5f52c11039483e8e6597 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Wed, 12 Oct 2022 21:59:33 +0300 Subject: [PATCH] CI: Drop old installTyping flag No longer needed since Python 3.4 is not tested anymore. --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f9fd97..70a0071 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,10 +60,6 @@ jobs: pip install sphinx pip install recommonmark - - name: Install typing for old Python - run: pip install typing - if: matrix.installTyping - - name: Build the code run: python ./setup.py build_ext -i -- 2.39.2