From de3714364cf824a7ffd391e6bc109349fd8cdb68 Mon Sep 17 00:00:00 2001 From: Wu Tingfeng Date: Sun, 24 Dec 2023 01:43:07 +0800 Subject: [PATCH] Revert to Python 3.5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26e5af5..950aea0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: test-and-coverage: strategy: matrix: - python-version: ['2.7','3.4','3.12'] + python-version: ['2.7','3.5','3.12'] container: image: python:${{ matrix.python-version }} runs-on: ubuntu-latest