Skip to content

Commit 064a0e0

Browse files
Jack O'Connorjackoconnordev
authored andcommitted
Update python version in bench README
3.13 better reflects the current state of the project vs 3.7.
1 parent 6edde98 commit 064a0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To view Python tracebacks during benchmarks, run `RUST_BACKTRACE=1 cargo bench`.
1818
specific installed Python version by running:
1919

2020
```shell
21-
PYTHON_SYS_EXECUTABLE=python3.7 cargo bench
21+
PYTHON_SYS_EXECUTABLE=python3.13 cargo bench
2222
```
2323

2424
### Adding a benchmark

0 commit comments

Comments
 (0)