Skip to content

Commit fd8b034

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python
2424
uses: actions/setup-python@v5
2525
with:
26-
python-version: '3.12'
26+
python-version: '3.13'
2727

2828
- name: Install dependencies
2929
run: python3 -m pip install -r requirements-dev.txt

0 commit comments

Comments
 (0)