Skip to content

Commit

Permalink
add py311 to test as well
Browse files Browse the repository at this point in the history
  • Loading branch information
zachcp committed Nov 17, 2024
1 parent 162fbaa commit 5555d6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
rust: [stable]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down

0 comments on commit 5555d6a

Please sign in to comment.