Skip to content

Commit 6bca7f9

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Python
2323
uses: actions/setup-python@v5
2424
with:
25-
python-version: "3.11"
25+
python-version: "3.13"
2626
- name: Update pip
2727
run: python -m pip install -U pip
2828
- name: Set up Poetry

0 commit comments

Comments
 (0)