Skip to content

Commit db473cf

Browse files
committed
remove tests for sphinx==3.*
1 parent 375b1c9 commit db473cf

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed

.github/workflows/python-app.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -75,31 +75,3 @@ jobs:
7575
"sphinxcontrib-jsmath<1.0.1"
7676
"sphinxcontrib-qthelp<1.0.7"
7777
"sphinxcontrib-serializinghtml<1.1.10"'
78-
79-
80-
build-legacy-sphinx-30plus:
81-
name: Build
82-
83-
strategy:
84-
fail-fast: false
85-
matrix:
86-
python-version: [ "3.7", "3.8", "3.9" ]
87-
sphinx-version: [
88-
"3.0.*", # possible range: 3.0.0 - 3.5.4
89-
]
90-
include:
91-
- python-version: "3.7"
92-
sphinx-version: "3.5.*" # latest version that supports py3.7
93-
uses: ./.github/workflows/build.yml
94-
with:
95-
python-version: ${{ matrix.python-version }}
96-
extra-requirements: '\
97-
"sphinx==${{ matrix.sphinx-version }}"
98-
"jinja2<3.1"
99-
"alabaster<0.7.14"
100-
"sphinxcontrib-applehelp<1.0.8"
101-
"sphinxcontrib-devhelp<1.0.6"
102-
"sphinxcontrib-htmlhelp<2.0.5"
103-
"sphinxcontrib-jsmath<1.0.1"
104-
"sphinxcontrib-qthelp<1.0.7"
105-
"sphinxcontrib-serializinghtml<1.1.10"'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ classifiers = [
3333

3434
requires-python = '>= 3.7'
3535
dependencies = [
36-
'Sphinx >= 2.2, < 9.0',
36+
'Sphinx >= 4.0, < 9.0',
3737
]
3838

3939
[project.urls]

0 commit comments

Comments
 (0)