Skip to content

Commit

Permalink
Test with Sphinx 8 and Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Jan 17, 2025
1 parent d99fe3b commit 268a885
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.12
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -35,8 +35,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.9']
sphinx-version: ['5.*', '6.*', '7.*']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy3.9']
sphinx-version: ['5.*', '6.*', '7.*', '8.*']

name: "Test - Python(${{ matrix.python-version }}), Sphinx(${{ matrix.sphinx-version }})"
steps:
Expand Down
3 changes: 2 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ six
wheel==0.43.0
pytest==7.4.4
requests==2.25.1
defusedxml
defusedxml
setuptools
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/wpilibsuite/sphinxext-delta",
install_requires=["sphinx>=2.0", "six", "requests"],
install_requires=["sphinx>=5.0", "six", "requests"],
packages=["sphinxext"],
classifiers=[
"Environment :: Plugins",
Expand All @@ -42,6 +42,7 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python",
"Topic :: Documentation :: Sphinx",
"Topic :: Documentation",
Expand Down

0 comments on commit 268a885

Please sign in to comment.