From d81cf98b8dd6adb6e8c5ff253302c5e50475edb6 Mon Sep 17 00:00:00 2001 From: Terry Howe Date: Thu, 25 Nov 2021 09:24:35 -0700 Subject: [PATCH] Reduce tests to 3.9 --- .github/workflows/test.yml | 4 ---- tox.ini | 7 ++----- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1e3e1f2..dd9a5e3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,10 +31,6 @@ jobs: strategy: matrix: python-version: - - 2.7 - - 3.6 - - 3.7 - - 3.8 - 3.9 steps: diff --git a/tox.ini b/tox.ini index 3f013b6..9f797ff 100644 --- a/tox.ini +++ b/tox.ini @@ -1,17 +1,14 @@ [tox] -envlist = pep8,py27,py36,py37,py38,py39 +envlist = pep8,py39 [gh-actions] python = - 2.7: py27 - 3.6: py36 - 3.7: py37 - 3.8: py38 3.9: py39 [testenv] install_command = pip install {opts} {packages} setenv = + OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES VIRTUAL_ENV={envdir} whitelist_externals = bash commands = bash -ex {toxinidir}/functional/run.sh