Skip to content

Commit

Permalink
Merge branch 'main' into pr773
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx authored Dec 23, 2024
2 parents 192db0c + 33acdf3 commit 2ddbd55
Show file tree
Hide file tree
Showing 35 changed files with 838 additions and 324 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
architecture: 'x64'
- name: Install tox
run: pip install tox
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/generate_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def get_test_job_datas(tox_envs: list, operating_systems: list) -> list:
"py310": "3.10",
"py311": "3.11",
"py312": "3.12",
"py313": "3.13",
}

test_job_datas = []
Expand Down
Loading

0 comments on commit 2ddbd55

Please sign in to comment.