Skip to content

Commit 4bdecf4

Browse files
committed
packaging and dependencies++
1 parent 8cfb02c commit 4bdecf4

4 files changed

Lines changed: 1382 additions & 5 deletions

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 2
66
build:
77
os: ubuntu-24.04
88
tools:
9-
python: "3.13"
9+
python: "3.14"
1010
jobs:
1111
install:
1212
- pip install -U pip

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ include README.rst LICENSE CHANGELOG.rst CONTRIBUTORS.rst pyproject.toml
1414

1515
global-exclude *.pyc *.pyo *.swo *.swp *.map *.yml *.DS_Store
1616
exclude .readthedocs.yaml
17+
exclude uv.lock

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ packaging = [
7474
]
7575

7676
docs = [
77-
"sphinx>=9.1.0,<10",
77+
'sphinx>=9.1.0,<10 ; python_version >= "3.12"',
7878
]
7979

8080
[tool.setuptools.packages.find]
@@ -186,7 +186,7 @@ commands = [
186186
]
187187

188188
[tool.tox.env.packaging]
189-
base_python = ["python3.10"]
189+
base_python = ["python3.14"]
190190
dependency_groups = ["packaging"]
191191
allowlist_externals = ["rm"]
192192
commands = [
@@ -197,7 +197,7 @@ commands = [
197197
]
198198

199199
[tool.tox.env.publish]
200-
base_python = ["python3.10"]
200+
base_python = ["python3.14"]
201201
dependency_groups = ["packaging"]
202202
allowlist_externals = ["twine"]
203203
commands = [
@@ -214,7 +214,7 @@ commands = [
214214
]
215215

216216
[tool.tox.env.create_test_output]
217-
base_python = ["python3.10"]
217+
base_python = ["python3.14"]
218218
commands = [
219219
["python", "{toxinidir}/utils/create_test_output.py", { replace = "posargs", extend = true }],
220220
]

0 commit comments

Comments
 (0)