Skip to content

Commit

Permalink
remove tests for sphinx==3.*
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Oct 21, 2024
1 parent 375b1c9 commit db473cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,31 +75,3 @@ jobs:
"sphinxcontrib-jsmath<1.0.1"
"sphinxcontrib-qthelp<1.0.7"
"sphinxcontrib-serializinghtml<1.1.10"'


build-legacy-sphinx-30plus:
name: Build

strategy:
fail-fast: false
matrix:
python-version: [ "3.7", "3.8", "3.9" ]
sphinx-version: [
"3.0.*", # possible range: 3.0.0 - 3.5.4
]
include:
- python-version: "3.7"
sphinx-version: "3.5.*" # latest version that supports py3.7
uses: ./.github/workflows/build.yml
with:
python-version: ${{ matrix.python-version }}
extra-requirements: '\
"sphinx==${{ matrix.sphinx-version }}"
"jinja2<3.1"
"alabaster<0.7.14"
"sphinxcontrib-applehelp<1.0.8"
"sphinxcontrib-devhelp<1.0.6"
"sphinxcontrib-htmlhelp<2.0.5"
"sphinxcontrib-jsmath<1.0.1"
"sphinxcontrib-qthelp<1.0.7"
"sphinxcontrib-serializinghtml<1.1.10"'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ classifiers = [

requires-python = '>= 3.7'
dependencies = [
'Sphinx >= 2.2, < 9.0',
'Sphinx >= 4.0, < 9.0',
]

[project.urls]
Expand Down

0 comments on commit db473cf

Please sign in to comment.