From 318282ccb0cbd57ed354f5ee37f39d3e95a6cac6 Mon Sep 17 00:00:00 2001 From: Wu Tingfeng Date: Sun, 24 Dec 2023 01:31:56 +0800 Subject: [PATCH] Add Python 3.4 --- .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 d09cffb..26e5af5 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.3','3.12'] + python-version: ['2.7','3.4','3.12'] container: image: python:${{ matrix.python-version }} runs-on: ubuntu-latest