We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b8d4d commit 1a3c099Copy full SHA for 1a3c099
1 file changed
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v5
16
- uses: actions/setup-python@v6
17
with:
18
- python-version: '3.8'
+ python-version: '3.14'
19
- run: pip3 install pyright==1.1.271 flake8==5.0.4 --user
20
- run: echo "$HOME/.local/bin" >> $GITHUB_PATH
21
- run: pyright .
0 commit comments