Skip to content

Commit 9608834

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v5
3939
- uses: actions/setup-python@v5
4040
with:
41-
python-version: '3.8'
41+
python-version: '3.13'
4242
- run: sudo apt update
4343
- run: sudo apt install --no-install-recommends -y x11-xserver-utils
4444
- run: pip3 install mypy==1.7.1 flake8==7.1.1 pyright==1.1.381 orjson==3.10.7 --user

0 commit comments

Comments
 (0)