Skip to content

Commit 02ef44f

Browse files
Update dependency python to 3.13 (#96)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a7eba8f commit 02ef44f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gopls_update_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
go install golang.org/x/tools/gopls@v${{ needs.compareTag.outputs.latest_tag }}
3939
- uses: actions/setup-python@v6
4040
with:
41-
python-version: '3.10'
41+
python-version: '3.13'
4242
- name: Update VERSION
4343
run: |
4444
echo "VERSION = '${{ needs.compareTag.outputs.latest_tag }}'" > plugin/version.py

0 commit comments

Comments
 (0)