Skip to content

Commit ce54fe3

Browse files
committedMar 5, 2024·
Update Sphinx version lock; remove Python 3.12 from GitHub Actions workflow.
1 parent 946b59f commit ce54fe3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/lint-test-cover-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
9+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
1010
name: "Python ${{ matrix.python-version }}"
1111
steps:
1212
- uses: actions/checkout@v4

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Documentation = "https://egcd.readthedocs.io"
2020
[project.optional-dependencies]
2121
docs = [
2222
"toml~=0.10.2",
23-
"sphinx~=4.2.0",
23+
"sphinx~=5.0",
2424
"sphinx-rtd-theme~=1.0.0"
2525
]
2626
test = [

0 commit comments

Comments
 (0)
Please sign in to comment.