Skip to content

Commit 56fc311

Browse files
committed
# Conflicts: # .github/workflows/main.yml
2 parents 962835d + 3fe8c5b commit 56fc311

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/main.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
matrix:
4444
python:
4545
- "3.8"
46-
- "3.12"
46+
- "3.13"
4747
platform:
4848
- ubuntu-latest
4949
- macos-latest
@@ -55,6 +55,10 @@ jobs:
5555
platform: ubuntu-latest
5656
- python: "3.11"
5757
platform: ubuntu-latest
58+
- python: "3.12"
59+
platform: ubuntu-latest
60+
- python: "3.14"
61+
platform: ubuntu-latest
5862
- python: pypy3.10
5963
platform: ubuntu-latest
6064
distutils: stdlib
@@ -68,7 +72,7 @@ jobs:
6872
exclude:
6973
- {python: "3.8", platform: "macos-latest"}
7074
runs-on: ${{ matrix.platform }}
71-
continue-on-error: ${{ matrix.python == '3.13' }}
75+
continue-on-error: ${{ matrix.python == '3.14' }}
7276
env:
7377
SETUPTOOLS_USE_DISTUTILS: ${{ matrix.distutils || 'local' }}
7478
timeout-minutes: 75

tox.ini

+1-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ deps =
5858
importlib_resources < 6 # twisted/towncrier#528 (waiting for release)
5959
commands =
6060
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
6462

6563
[testenv:finalize]
6664
description = assemble changelog and tag a release

0 commit comments

Comments
 (0)