Skip to content

Commit bbf5c4d

Browse files
Merge pull request #36 from aboutcode-org/support-py-3.13
Use py-tree-sitter-swift v0.0.1 and support py3.13
2 parents b86ce91 + 85e75f6 commit bbf5c4d

12 files changed

Lines changed: 3301 additions & 5 deletions

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
v0.6.1
5+
------
6+
7+
- Bump tree-sitter to v0.23.2 with python 3.13 support
8+
- Use released py-tree-sitter-swift from https://github.com/aboutcode-org/tree-sitter-swift
9+
- Add tests for source symbol extraction with tree-sitter in all supported languages
10+
11+
See https://github.com/aboutcode-org/source-inspector/pull/36 for more details.
12+
413
v0.6.0
514
------
615

azure-pipelines.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ jobs:
1919
parameters:
2020
job_name: ubuntu22_cpython
2121
image_name: ubuntu-22.04
22-
python_versions: ['3.9', '3.10', '3.11', '3.12']
22+
python_versions: ['3.9', '3.10', '3.11', '3.12', "3.13"]
2323
test_suites:
2424
all: |
2525
sudo apt-get install universal-ctags gettext
2626
venv/bin/pytest -n 2 -vvs
27-

setup.cfg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ install_requires =
4545
plugincode
4646
commoncode
4747
typecode
48-
tree-sitter==0.23.0
48+
tree-sitter==0.23.2
4949
tree-sitter-bash==0.21.0
5050
tree-sitter-c==0.21.1
5151
tree-sitter-cpp==0.22.0
@@ -56,8 +56,7 @@ install_requires =
5656
tree-sitter-objc==3.0.2
5757
tree-sitter-python==0.21.0
5858
tree-sitter-rust==0.21.2
59-
# See https://github.com/alex-pinkus/tree-sitter-swift/issues/432
60-
tree-sitter-swift @ git+https://github.com/alex-pinkus/tree-sitter-swift.git@9253825dd2570430b53fa128cbb40cb62498e75d
59+
py-tree-sitter-swift==0.0.1
6160
pygments
6261

6362
[options.packages.find]

0 commit comments

Comments
 (0)