◐ Shell
reader mode source ↗
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
17 changes: 14 additions & 3 deletions .github/workflows/pythonpackage.yml
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"]
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: windows
python-version: "3.13" # FIXME: Fix and enable Python 3.13 on Windows (#1955).
- os-type: windows
python-version: "3.13t"
include:
- os-ver: latest
- os-type: ubuntu
python-version: "3.7"
os-ver: "22.04"
- experimental: false

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

- name: Documentation
if: matrix.python-version != '3.7'
run: |
pip install '.[doc]'
make -C doc html
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sphinx >= 7.1.2, < 7.2
sphinx_rtd_theme
sphinx-autodoc-typehints
Loading
Toggle all file notes Toggle all file annotations