Skip to content

Commit 3c8b98e

Browse files
authored
Merge branch 'main' into histogram-advisory
2 parents db45303 + 3ae1138 commit 3c8b98e

File tree

31 files changed

+807
-318
lines changed

31 files changed

+807
-318
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v5
1515
with:
16-
python-version: "3.12"
16+
python-version: "3.13"
1717
architecture: 'x64'
1818
- name: Install tox
1919
run: pip install tox

.github/workflows/generate_workflows.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def get_test_job_datas(tox_envs: list, operating_systems: list) -> list:
5353
"py310": "3.10",
5454
"py311": "3.11",
5555
"py312": "3.12",
56+
"py313": "3.13",
5657
}
5758

5859
test_job_datas = []

0 commit comments

Comments
 (0)