Skip to content

Commit

Permalink
update python lint to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Oct 21, 2024
1 parent 0936d7a commit 3aaa7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/setup-python@v5
with:
# Version range or exact version of Python to use, using SemVer's version range syntax. Reads from .python-version if unset.
python-version: "3.10"
python-version: "3.12"
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 3aaa7db

Please sign in to comment.