Skip to content

Commit 3ac1adc

Browse files
committed
2 parents bddd259 + 3fe8c5b commit 3ac1adc

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.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
concurrency:
1516
group: >-
@@ -41,7 +42,7 @@ jobs:
4142
matrix:
4243
python:
4344
- "3.8"
44-
- "3.12"
45+
- "3.13"
4546
platform:
4647
- ubuntu-latest
4748
- macos-latest
@@ -53,10 +54,14 @@ jobs:
5354
platform: ubuntu-latest
5455
- python: "3.11"
5556
platform: ubuntu-latest
57+
- python: "3.12"
58+
platform: ubuntu-latest
59+
- python: "3.14"
60+
platform: ubuntu-latest
5661
- python: pypy3.10
5762
platform: ubuntu-latest
5863
runs-on: ${{ matrix.platform }}
59-
continue-on-error: ${{ matrix.python == '3.13' }}
64+
continue-on-error: ${{ matrix.python == '3.14' }}
6065
steps:
6166
- uses: actions/checkout@v4
6267
- name: Setup Python

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ extras =
3535
changedir = docs
3636
commands =
3737
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
4139

4240
[testenv:finalize]
4341
description = assemble changelog and tag a release

0 commit comments

Comments
 (0)