Skip to content

Commit 4969c28

Browse files
authored
Bump Python version for pyright GHA
Since e47994c we are having problems with 3.8. This PR updates the versions to support the oldest and newest supported stable Python versions.
1 parent e47994c commit 4969c28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pyright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
# https://blog.jaraco.com/efficient-use-of-ci-resources/
4343
matrix:
4444
python:
45-
- "3.8"
46-
- "3.12"
45+
- "3.9"
46+
- "3.13"
4747
platform:
4848
- ubuntu-latest
4949
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)