Skip to content

Commit d10e0c8

Browse files
committed
Allow prepreleases to test against Python 3.13
1 parent 6eb32ae commit d10e0c8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
uses: actions/setup-python@v5
8181
with:
8282
python-version: ${{ env[matrix.python-version] }}
83+
allow-prereleases: true
8384
architecture: 'x64'
8485
- name: Install tox
8586
run: pip install tox
@@ -202,6 +203,7 @@ jobs:
202203
uses: actions/setup-python@v5
203204
with:
204205
python-version: ${{ env[matrix.python-version] }}
206+
allow-prereleases: true
205207
architecture: 'x64'
206208
- name: Install tox
207209
run: pip install tox

docs/examples/error_handler/error_handler_0/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.10",
2424
"Programming Language :: Python :: 3.11",
2525
"Programming Language :: Python :: 3.12",
26+
"Programming Language :: Python :: 3.13",
2627
]
2728
dependencies = [
2829
"opentelemetry-sdk ~= 1.3",

0 commit comments

Comments
 (0)