From d3db3705c68eeec664caa43f7ad732b683ca8121 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Tue, 6 Apr 2021 11:25:08 +0100 Subject: [PATCH] Fix github workflow for #15 --- .github/workflows/test.yml | 2 +- library/tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d8187f0..82d3d90 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: [2.7, 3.4, 3.5, 3.7, 3.8] + python: [2.7, 3.6, 3.7, 3.8] steps: - uses: actions/checkout@v2 diff --git a/library/tox.ini b/library/tox.ini index 8e5ea2f..9aa94fd 100644 --- a/library/tox.ini +++ b/library/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{27,34,35,37},qa +envlist = py{27,36,37,38},qa skip_missing_interpreters = True [testenv]