File tree Expand file tree Collapse file tree 6 files changed +10
-8
lines changed Expand file tree Collapse file tree 6 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ branchProtectionRules:
40
40
- " langchain-python-sdk-pr-py311 (toolbox-testing-438616)"
41
41
- " langchain-python-sdk-pr-py310 (toolbox-testing-438616)"
42
42
- " langchain-python-sdk-pr-py39 (toolbox-testing-438616)"
43
- - " llamaindex-python-sdk-pr-py313-1 (toolbox-testing-438616)"
44
- - " llamaindex-python-sdk-pr-py312-1 (toolbox-testing-438616)"
45
- - " llamaindex-python-sdk-pr-py311-1 (toolbox-testing-438616)"
46
- - " llamaindex-python-sdk-pr-py310-1 (toolbox-testing-438616)"
47
- - " llamaindex-python-sdk-pr-py39-1 (toolbox-testing-438616)"
43
+ - " llamaindex-python-sdk-pr-py313 (toolbox-testing-438616)"
44
+ - " llamaindex-python-sdk-pr-py312 (toolbox-testing-438616)"
45
+ - " llamaindex-python-sdk-pr-py311 (toolbox-testing-438616)"
46
+ - " llamaindex-python-sdk-pr-py310 (toolbox-testing-438616)"
47
+ - " llamaindex-python-sdk-pr-py39 (toolbox-testing-438616)"
48
48
requiredApprovingReviewCount : 1
49
49
requiresCodeOwnerReviews : true
50
50
requiresStrictStatusChecks : true
Original file line number Diff line number Diff line change 63
63
repository : ${{ github.event.pull_request.head.repo.full_name }}
64
64
token : ${{ secrets.GITHUB_TOKEN }}
65
65
- name : Setup Python
66
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
66
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
67
67
with :
68
68
python-version : " 3.13"
69
69
Original file line number Diff line number Diff line change 63
63
repository : ${{ github.event.pull_request.head.repo.full_name }}
64
64
token : ${{ secrets.GITHUB_TOKEN }}
65
65
- name : Setup Python
66
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
66
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
67
67
with :
68
68
python-version : " 3.13"
69
69
Original file line number Diff line number Diff line change 63
63
repository : ${{ github.event.pull_request.head.repo.full_name }}
64
64
token : ${{ secrets.GITHUB_TOKEN }}
65
65
- name : Setup Python
66
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
66
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
67
67
with :
68
68
python-version : " 3.13"
69
69
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ classifiers = [
23
23
" Programming Language :: Python :: 3.10" ,
24
24
" Programming Language :: Python :: 3.11" ,
25
25
" Programming Language :: Python :: 3.12" ,
26
+ " Programming Language :: Python :: 3.13" ,
26
27
]
27
28
28
29
# Tells setuptools that packages are under the 'src' directory
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ classifiers = [
25
25
" Programming Language :: Python :: 3.10" ,
26
26
" Programming Language :: Python :: 3.11" ,
27
27
" Programming Language :: Python :: 3.12" ,
28
+ " Programming Language :: Python :: 3.13" ,
28
29
]
29
30
30
31
# Tells setuptools that packages are under the 'src' directory
You can’t perform that action at this time.
0 commit comments