diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 689aefe7..bc8ff1e3 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -6,12 +6,14 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.5, 3.6, 3.7, 3.8] + python-version: [3.5, 3.6, 3.7, 3.8, 3.9] sphinx-version: - 3.0.4 - 3.1.2 - - 3.2.0 - - git+https://github.com/sphinx-doc/sphinx.git@3.3.x + - 3.2.1 + - 3.3.1 + - 3.4.2 + - git+https://github.com/sphinx-doc/sphinx.git@3.4.x - git+https://github.com/sphinx-doc/sphinx.git@3.x # master (Sphinx 4) will require at least Python 3.6, so disable it for now #- git+https://github.com/sphinx-doc/sphinx.git@master