Skip to content

Commit 783d22e

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 cb15a60 commit 783d22e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)