File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 43
43
matrix :
44
44
python :
45
45
- " 3.8"
46
- - " 3.12 "
46
+ - " 3.13 "
47
47
platform :
48
48
- ubuntu-latest
49
49
- macos-latest
55
55
platform : ubuntu-latest
56
56
- python : " 3.11"
57
57
platform : ubuntu-latest
58
+ - python : " 3.12"
59
+ platform : ubuntu-latest
60
+ - python : " 3.14"
61
+ platform : ubuntu-latest
58
62
- python : pypy3.10
59
63
platform : ubuntu-latest
60
64
distutils : stdlib
68
72
exclude :
69
73
- {python: "3.8", platform: "macos-latest"}
70
74
runs-on : ${{ matrix.platform }}
71
- continue-on-error : ${{ matrix.python == '3.13 ' }}
75
+ continue-on-error : ${{ matrix.python == '3.14 ' }}
72
76
env :
73
77
SETUPTOOLS_USE_DISTUTILS : ${{ matrix.distutils || 'local' }}
74
78
timeout-minutes : 75
Original file line number Diff line number Diff line change 58
58
importlib_resources < 6 # twisted/towncrier#528 (waiting for release)
59
59
commands =
60
60
python -m sphinx -W --keep-going . {toxinidir}/build/html
61
- python -m sphinxlint \
62
- # workaround for sphinx-contrib/sphinx-lint#83
63
- --jobs 1
61
+ python -m sphinxlint
64
62
65
63
[testenv:finalize]
66
64
description = assemble changelog and tag a release
You can’t perform that action at this time.
0 commit comments