Skip to content

Commit

Permalink
Migrate to Python 3.13 for benchmarks (#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Jan 17, 2025
1 parent 25c5feb commit bd0c392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
cache: 'pip' # caching pip dependencies
- name: Set up Python environment (cython)
env:
Expand Down

0 comments on commit bd0c392

Please sign in to comment.