Skip to content

Commit bdfa549

Browse files
authored
chore(deps): use Python 3.14 and Sphinx 8.2 (#261)
1 parent 1b6b778 commit bdfa549

File tree

4 files changed

+86
-79
lines changed

4 files changed

+86
-79
lines changed

.python-version

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Remove this when https://github.com/astral-sh/uv/pull/13510 is fixed
2+
3.14.0

conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515

1616
html_theme = "press"
1717

18-
templates_path = ['_templates']
18+
templates_path = ["_templates"]
1919

2020
extensions = [
21-
'sphinx.ext.autodoc',
22-
'sphinx.ext.viewcode',
23-
'sphinx.ext.doctest',
21+
"sphinx.ext.autodoc",
22+
"sphinx.ext.viewcode",
23+
"sphinx.ext.doctest",
2424
]

pyproject.toml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
[project]
22
name = "publiccode-yml"
33
version = "0.5.0"
4-
requires-python = "==3.11.13"
4+
# This has no effect yet for uv python install, use .python-version for now
5+
# https://github.com/astral-sh/uv/pull/13510
6+
requires-python = "==3.14.0"
57
dependencies = [
6-
"sphinx==4.4.0",
7-
"sphinx-press-theme==0.8.0",
8-
"sphinxcontrib-applehelp==1.0.4",
9-
"sphinxcontrib-devhelp==1.0.2",
10-
"sphinxcontrib-htmlhelp==2.0.1",
11-
"sphinxcontrib-qthelp==1.0.3",
12-
"sphinxcontrib-serializinghtml==1.1.5",
13-
"urllib3==2.5.0",
8+
"sphinx==8.2.3",
9+
"sphinx-press-theme==0.9.1",
1410
]

0 commit comments

Comments
 (0)