Skip to content

Commit 3ae1138

Browse files
authored
add python 3.13 support (open-telemetry#4353)
1 parent b482235 commit 3ae1138

File tree

29 files changed

+786
-315
lines changed

29 files changed

+786
-315
lines changed

.github/workflows/benchmarks.yml

+1-1
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

+1
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)