From 72bde0ee1de73c2ffeabb553927ea9f41bc6e482 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 23 Nov 2020 16:25:24 +0100 Subject: [PATCH] No 3.4 --- .github/workflows/test.yml | 4 ++-- tox.ini | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8477cea..545110c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,9 +6,9 @@ jobs: build: runs-on: ubuntu-latest strategy: - max-parallel: 6 + max-parallel: 5 matrix: - python-version: [2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 'pypy2', 'pypy3'] + python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 'pypy2', 'pypy3'] steps: - uses: actions/checkout@v2 diff --git a/tox.ini b/tox.ini index 51ba925..fbd2a40 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{27,34,35,36,37,py,py3} +envlist = py{27,35,36,37,py,py3} skip_missing_interpreters = True [testenv] @@ -16,7 +16,6 @@ deps = [gh-actions] python = 2.7: py27 - 3.4: py34 3.5: py35 3.6: py36 3.7: py37