We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9130cf commit 9608834Copy full SHA for 9608834
.github/workflows/main.yml
@@ -38,7 +38,7 @@ jobs:
38
- uses: actions/checkout@v5
39
- uses: actions/setup-python@v5
40
with:
41
- python-version: '3.8'
+ python-version: '3.13'
42
- run: sudo apt update
43
- run: sudo apt install --no-install-recommends -y x11-xserver-utils
44
- run: pip3 install mypy==1.7.1 flake8==7.1.1 pyright==1.1.381 orjson==3.10.7 --user
0 commit comments