File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1010 # required if branches-ignore is supplied (jaraco/skeleton#103)
1111 - ' **'
1212 pull_request :
13+ workflow_dispatch :
1314
1415permissions :
1516 contents : read
3536 matrix :
3637 python :
3738 - " 3.8"
38- - " 3.12 "
39+ - " 3.13 "
3940 platform :
4041 - ubuntu-latest
4142 - macos-latest
@@ -47,10 +48,14 @@ jobs:
4748 platform : ubuntu-latest
4849 - python : " 3.11"
4950 platform : ubuntu-latest
51+ - python : " 3.12"
52+ platform : ubuntu-latest
53+ - python : " 3.14"
54+ platform : ubuntu-latest
5055 - python : pypy3.10
5156 platform : ubuntu-latest
5257 runs-on : ${{ matrix.platform }}
53- continue-on-error : ${{ matrix.python == '3.13 ' }}
58+ continue-on-error : ${{ matrix.python == '3.14 ' }}
5459 steps :
5560 - uses : actions/checkout@v4
5661 - name : Setup Python
Original file line number Diff line number Diff line change 11from __future__ import annotations
22
3-
43extensions = [
54 'sphinx.ext.autodoc' ,
65 'jaraco.packaging.sphinx' ,
Original file line number Diff line number Diff line change @@ -31,9 +31,7 @@ extras =
3131changedir = docs
3232commands =
3333 python -m sphinx -W --keep-going . {toxinidir}/build/html
34- python -m sphinxlint \
35- # workaround for sphinx-contrib/sphinx-lint#83
36- --jobs 1
34+ python -m sphinxlint
3735
3836[testenv:finalize]
3937description = assemble changelog and tag a release
You can’t perform that action at this time.
0 commit comments