Skip to content

Commit

Permalink
Run benchmarks on newest, not oldest, version of Python
Browse files Browse the repository at this point in the history
Python has been getting faster with each minor version. This may
result in slightly faster CI pipelines.
  • Loading branch information
lpsinger committed Apr 16, 2024
1 parent 952f67c commit 689ea8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
include:
# only run benchmarks for the following configuration...
- os: ubuntu-latest
python-version: 3.9
python-version: 3.12
benchmark: true

steps:
Expand Down

0 comments on commit 689ea8e

Please sign in to comment.