Skip to content

Commit 1a3c099

Browse files
Update dependency python to 3.14 (#21)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 32b8d4d commit 1a3c099

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v5
1616
- uses: actions/setup-python@v6
1717
with:
18-
python-version: '3.8'
18+
python-version: '3.14'
1919
- run: pip3 install pyright==1.1.271 flake8==5.0.4 --user
2020
- run: echo "$HOME/.local/bin" >> $GITHUB_PATH
2121
- run: pyright .

0 commit comments

Comments
 (0)