We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a75b0f commit 3fde034Copy full SHA for 3fde034
.github/workflows/dev.yml
@@ -29,6 +29,6 @@ jobs:
29
- name: Setup Python
30
uses: actions/setup-python@v6
31
with:
32
- python-version: "3.10"
+ python-version: "3.14"
33
- name: Audit licenses
34
run: ./dev/release/run-rat.sh .
0 commit comments