Skip to content

Commit

Permalink
ci: use Python 3.13 for Rust benches (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt authored Nov 19, 2024
1 parent 9bde9e1 commit 8ae5b41
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: "3.13"

- uses: moonrepo/setup-rust@v1
with:
channel: stable
Expand All @@ -139,7 +143,7 @@ jobs:

- run: cargo codspeed build -F python -p jiter

- uses: CodSpeedHQ/action@v2
- uses: CodSpeedHQ/action@v3
with:
run: cargo codspeed run
token: ${{ secrets.CODSPEED_TOKEN }}
Expand Down

0 comments on commit 8ae5b41

Please sign in to comment.