Skip to content

Commit b5d6626

Browse files
authored
Drop support for Sphinx 4 (#124)
1 parent 1da6c73 commit b5d6626

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
fail-fast: false
7070
matrix:
7171
python-version: ['pypy3.9', '3.8', '3.9', '3.10', '3.11', '3.12']
72-
sphinx-version: ['>=4,<5', '>=5,<6', '>=6a0,<7', '>=7,<8']
72+
sphinx-version: ['>=5,<6', '>=6a0,<7', '>=7,<8']
7373
os: [windows-latest, macos-latest, ubuntu-latest]
7474
steps:
7575
- uses: actions/checkout@v4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
long_description_content_type="text/markdown",
1515
url="https://github.com/wpilibsuite/sphinxext-opengraph",
1616
license="LICENSE.md",
17-
install_requires=["sphinx>=4.0"],
17+
install_requires=["sphinx>=5.0"],
1818
packages=["sphinxext/opengraph"],
1919
include_package_data=True,
2020
package_data={"sphinxext.opengraph": ["sphinxext/opengraph/_static/*"]},

0 commit comments

Comments
 (0)