Skip to content

Commit

Permalink
Deprecate Python 3.9, add Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWestenthanner committed Jan 7, 2025
1 parent 86d4ce0 commit 53bc169
Show file tree
Hide file tree
Showing 5 changed files with 115 additions and 132 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
python -m pip install --upgrade pip wheel
python -m pip install poetry
poetry install
- name: Build Docs
uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"
- name: Directly build docs
run: |
pip install -r docs/requirements.txt
sphinx-build -D todo_include_todos=0 docs ./docs/build/html/
- name: Deploy Docs
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/test-docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"
- name: directly build sphinx (plugin only supports python 3.8)
run: |
pip install -r docs/requirements.txt
sphinx-build -D todo_include_todos=0 docs ./docs/build/html/
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12', '3.13']

steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 53bc169

Please sign in to comment.