Skip to content

Commit

Permalink
Update Sphinx version lock; remove Python 3.12 from GitHub Actions wo…
Browse files Browse the repository at this point in the history
…rkflow.
  • Loading branch information
lapets committed Mar 5, 2024
1 parent 946b59f commit ce54fe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test-cover-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
name: "Python ${{ matrix.python-version }}"
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Documentation = "https://egcd.readthedocs.io"
[project.optional-dependencies]
docs = [
"toml~=0.10.2",
"sphinx~=4.2.0",
"sphinx~=5.0",
"sphinx-rtd-theme~=1.0.0"
]
test = [
Expand Down

0 comments on commit ce54fe3

Please sign in to comment.