We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6097a03 + d2425c0 commit ffc5ec1Copy full SHA for ffc5ec1
.github/workflows/lints.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install Python 3.11
25
uses: actions/setup-python@v5
26
with:
27
- python-version: "3.11"
+ python-version: "3.13"
28
- name: Print Rust Version
29
run: rustc --version --verbose
30
- name: Run Clippy
.github/workflows/tests.yml
@@ -30,7 +30,7 @@ jobs:
31
32
33
34
35
36
- name: Run Build
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
59
0 commit comments