Skip to content

Commit

Permalink
Merge pull request #86 from lafrech/sphinx_7_py_3.11
Browse files Browse the repository at this point in the history
Support Sphinx 7 and Python 3.11
  • Loading branch information
Chilipp committed May 2, 2023
2 parents 8ce1412 + c8fd99f commit 36ce050
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/python-app.yml
Expand Up @@ -16,6 +16,7 @@ jobs:
matrix:
python-version: ["3.8", "3.9"]
sphinx-version: [
"7.0.*",
"6.0.*",
"5.0.*",
"4.5", "4.4", "4.3", "4.2", "4.1", "4.0.*",
Expand All @@ -30,6 +31,10 @@ jobs:
sphinx-version: ""
- python-version: "3.10"
sphinx-version: "4.5"
- python-version: "3.11"
sphinx-version: ""
- python-version: "3.11"
sphinx-version: "4.5"

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Expand Up @@ -25,12 +25,13 @@ classifiers = [
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Operating System :: OS Independent',
]

requires-python = '>= 3.7'
dependencies = [
'Sphinx >= 2.2, < 7.0',
'Sphinx >= 2.2, < 8.0',
]

[tool.setuptools]
Expand Down

0 comments on commit 36ce050

Please sign in to comment.