Skip to content

Commit

Permalink
Merge branch 'main' into histogram-advisory
Browse files Browse the repository at this point in the history
  • Loading branch information
emdneto authored Dec 19, 2024
2 parents db45303 + 3ae1138 commit 3c8b98e
Show file tree
Hide file tree
Showing 31 changed files with 807 additions and 318 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 3c8b98e

Please sign in to comment.