Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork966
Upgrade Sphinx for 3.14 support; drop doc build support on 3.8; test 3.14#2112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
+15 −4
Merged
Changes fromall commits
Commits
Show all changes
5 commits Select commitHold shift + click to select a range
d1ab2e4 Test free-threaded interpreter on macOS
EliahKagan53c0a88 Test Python 3.14 on Ubuntu and macOS on CI
EliahKagand1ca2af Upgrade Sphinx to ~7.4.7
EliahKagan8d97906 Don't support building documentation on Python 3.8
EliahKagan4b25af2 Go back to testing free-threaded interpreters only on GNU/Linux
EliahKaganFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
17 changes: 14 additions & 3 deletions.github/workflows/pythonpackage.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -13,21 +13,32 @@ jobs: | ||
| strategy: | ||
| matrix: | ||
| os-type: [ubuntu, macos, windows] | ||
| python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t"] | ||
| exclude: | ||
| - os-type: macos | ||
| python-version: "3.7" # Not available for the ARM-based macOS runners. | ||
| - os-type: macos | ||
| python-version: "3.13t" | ||
| - os-type: macos | ||
| python-version: "3.14t" | ||
EliahKagan marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| - os-type: windows | ||
| python-version: "3.13" # FIXME: Fix and enable Python 3.13and 3.14on Windows (#1955). | ||
| - os-type: windows | ||
| python-version: "3.13t" | ||
| - os-type: windows | ||
| python-version: "3.14" | ||
| - os-type: windows | ||
| python-version: "3.14t" | ||
EliahKagan marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| include: | ||
| - os-ver: latest | ||
| - os-type: ubuntu | ||
| python-version: "3.7" | ||
| os-ver: "22.04" | ||
| - build-docs: true # We ensure documentation builds, except on very old interpreters. | ||
| - python-version: "3.7" | ||
| build-docs: false | ||
| - python-version: "3.8" | ||
| build-docs: false | ||
| - experimental: false | ||
EliahKagan marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| fail-fast: false | ||
| @@ -108,7 +119,7 @@ jobs: | ||
| continue-on-error: false | ||
| - name: Documentation | ||
| if: matrix.build-docs | ||
| run: | | ||
| pip install '.[doc]' | ||
| make -C doc html | ||
2 changes: 1 addition & 1 deletiondoc/requirements.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| sphinx >= 7.4.7, <8 | ||
| sphinx_rtd_theme | ||
| sphinx-autodoc-typehints |
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.