diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 1ba98f4..1449c8f 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -11,7 +11,7 @@ jobs: strategy: max-parallel: 2 matrix: - python-version: [3.8, 3.7, 3.6] + python-version: [3.9, 3.8, 3.7] steps: - uses: actions/checkout@v1 - name: 'Set up Python ${{ matrix.python-version }}' diff --git a/tox.ini b/tox.ini index ce97e99..e3ae0c4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] isolated_build = True -envlist = py38,py37,py36 +envlist = py39,py38,py37 skip_missing_interpreters = True [testenv]