Skip to content

Commit

Permalink
add python 3.13 support (open-telemetry#4353)
Browse files Browse the repository at this point in the history
  • Loading branch information
emdneto authored Dec 19, 2024
1 parent b482235 commit 3ae1138
Show file tree
Hide file tree
Showing 29 changed files with 786 additions and 315 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 3ae1138

Please sign in to comment.