We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 409ad9a commit 7ab8caeCopy full SHA for 7ab8cae
1 file changed
.github/workflows/test.yml
@@ -70,7 +70,7 @@ jobs:
70
- uses: actions/checkout@v5
71
- uses: actions/setup-python@v6
72
with:
73
- python-version: "3.15"
+ python-version: "3.14"
74
- run: pip install ruff
75
- run: |
76
ruff check .
0 commit comments