File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
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
concurrency :
15
16
group : >-
41
42
matrix :
42
43
python :
43
44
- " 3.8"
44
- - " 3.12 "
45
+ - " 3.13 "
45
46
platform :
46
47
- ubuntu-latest
47
48
- macos-latest
@@ -53,10 +54,14 @@ jobs:
53
54
platform : ubuntu-latest
54
55
- python : " 3.11"
55
56
platform : ubuntu-latest
57
+ - python : " 3.12"
58
+ platform : ubuntu-latest
59
+ - python : " 3.14"
60
+ platform : ubuntu-latest
56
61
- python : pypy3.10
57
62
platform : ubuntu-latest
58
63
runs-on : ${{ matrix.platform }}
59
- continue-on-error : ${{ matrix.python == '3.13 ' }}
64
+ continue-on-error : ${{ matrix.python == '3.14 ' }}
60
65
steps :
61
66
- uses : actions/checkout@v4
62
67
- name : Setup Python
Original file line number Diff line number Diff line change @@ -35,9 +35,7 @@ extras =
35
35
changedir = docs
36
36
commands =
37
37
python -m sphinx -W --keep-going . {toxinidir}/build/html
38
- python -m sphinxlint \
39
- # workaround for sphinx-contrib/sphinx-lint#83
40
- --jobs 1
38
+ python -m sphinxlint
41
39
42
40
[testenv:finalize]
43
41
description = assemble changelog and tag a release
You can’t perform that action at this time.
0 commit comments