Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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
EliahKagan merged 5 commits intogitpython-developers:mainfromEliahKagan:py314
Mar 9, 2026
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 14 additions & 3 deletions.github/workflows/pythonpackage.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -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"]
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"
- os-type: windows
python-version: "3.13" # FIXME: Fix and enable Python 3.13 on Windows (#1955).
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"
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

fail-fast: false
Expand DownExpand Up@@ -108,7 +119,7 @@ jobs:
continue-on-error: false

- name: Documentation
if: matrix.python-version != '3.7'
if: matrix.build-docs
run: |
pip install '.[doc]'
make -C doc html
2 changes: 1 addition & 1 deletiondoc/requirements.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
sphinx >= 7.1.2, <7.2
sphinx >= 7.4.7, <8
sphinx_rtd_theme
sphinx-autodoc-typehints
Loading

[8]ページ先頭

©2009-2026 Movatter.jp