Skip to content

Commit cab08be

Browse files
committed
2 parents db14d96 + 3fe8c5b commit cab08be

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
# required if branches-ignore is supplied (jaraco/skeleton#103)
1111
- '**'
1212
pull_request:
13+
workflow_dispatch:
1314

1415
permissions:
1516
contents: read
@@ -35,7 +36,7 @@ jobs:
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

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ extras =
3333
changedir = docs
3434
commands =
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]
4139
description = assemble changelog and tag a release

0 commit comments

Comments
 (0)