Skip to content

Commit f5282a0

Browse files
chore: release 0.24.0
1 parent 7c3e9a1 commit f5282a0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
master_doc = "index"
2424
language = "en"
25-
needs_sphinx = "7.4"
25+
needs_sphinx = "8.1"
2626
templates_path = ["_templates"]
2727

2828
intersphinx_mapping = {
@@ -43,8 +43,8 @@
4343
html_theme = "sphinx_book_theme"
4444
html_theme_options = {
4545
"repository_url": "https://github.com/tree-sitter/py-tree-sitter",
46-
"pygment_light_style": "default",
47-
"pygment_dark_style": "github-dark",
46+
"pygments_light_style": "default",
47+
"pygments_dark_style": "github-dark",
4848
"navigation_with_keys": False,
4949
"use_repository_button": True,
5050
"use_download_button": False,

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "tree-sitter"
7-
version = "0.23.2"
7+
version = "0.24.0"
88
description = "Python bindings to the Tree-sitter parsing library"
99
keywords = ["incremental", "parsing", "tree-sitter"]
1010
classifiers = [
@@ -31,12 +31,12 @@ name = "Max Brunsfeld"
3131
3232

3333
[project.optional-dependencies]
34-
docs = ["sphinx~=7.4", "sphinx-book-theme"]
34+
docs = ["sphinx~=8.1", "sphinx-book-theme"]
3535
tests = [
3636
"tree-sitter-html>=0.23.2",
3737
"tree-sitter-javascript>=0.23.1",
3838
"tree-sitter-json>=0.24.8",
39-
"tree-sitter-python>=0.23.0",
39+
"tree-sitter-python>=0.23.6",
4040
"tree-sitter-rust>=0.23.2",
4141
]
4242

0 commit comments

Comments
 (0)