File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 @@ -33,9 +33,7 @@ extras =
3333changedir = docs
3434commands =
3535 python -m sphinx -W --keep-going . {toxinidir}/build/html
36- python -m sphinxlint \
37- # workaround for sphinx-contrib/sphinx-lint#83
38- --jobs 1
36+ python -m sphinxlint
3937
4038[testenv:finalize]
4139description = assemble changelog and tag a release
You can’t perform that action at this time.
0 commit comments