diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f72342c5c..195ea3865 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7"] + python-version: ["3.8"] name: Python ${{ matrix.python-version }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d6676ace7..1b5943c7d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,9 +14,10 @@ jobs: ] python-version: [ "pypy3", + "3.8", "3.7", - "3.5", "3.6", + "3.5", ] include: - python-version: "3.5" @@ -53,7 +54,7 @@ jobs: .travis/test.sh - name: Docs - if: matrix.python-version == 3.7 + if: matrix.python-version == 3.8 run: | pip install sphinx-rtd-theme make doccheck