File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 10
10
# required if branches-ignore is supplied (jaraco/skeleton#103)
11
11
- ' **'
12
12
pull_request :
13
+ workflow_dispatch :
13
14
14
15
permissions :
15
16
contents : read
35
36
matrix :
36
37
python :
37
38
- " 3.8"
38
- - " 3.12 "
39
+ - " 3.13 "
39
40
platform :
40
41
- ubuntu-latest
41
42
- macos-latest
@@ -47,10 +48,14 @@ jobs:
47
48
platform : ubuntu-latest
48
49
- python : " 3.11"
49
50
platform : ubuntu-latest
51
+ - python : " 3.12"
52
+ platform : ubuntu-latest
53
+ - python : " 3.14"
54
+ platform : ubuntu-latest
50
55
- python : pypy3.10
51
56
platform : ubuntu-latest
52
57
runs-on : ${{ matrix.platform }}
53
- continue-on-error : ${{ matrix.python == '3.13 ' }}
58
+ continue-on-error : ${{ matrix.python == '3.14 ' }}
54
59
steps :
55
60
- uses : actions/checkout@v4
56
61
- name : Setup Python
Original file line number Diff line number Diff line change 1
1
from __future__ import annotations
2
2
3
-
4
3
extensions = [
5
4
'sphinx.ext.autodoc' ,
6
5
'jaraco.packaging.sphinx' ,
Original file line number Diff line number Diff line change @@ -31,9 +31,7 @@ extras =
31
31
changedir = docs
32
32
commands =
33
33
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
37
35
38
36
[testenv:finalize]
39
37
description = assemble changelog and tag a release
You can’t perform that action at this time.
0 commit comments