File tree 2 files changed +3
-0
lines changed
docs/examples/error_handler/error_handler_0
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 80
80
uses : actions/setup-python@v5
81
81
with :
82
82
python-version : ${{ env[matrix.python-version] }}
83
+ allow-prereleases : true
83
84
architecture : ' x64'
84
85
- name : Install tox
85
86
run : pip install tox
@@ -202,6 +203,7 @@ jobs:
202
203
uses : actions/setup-python@v5
203
204
with :
204
205
python-version : ${{ env[matrix.python-version] }}
206
+ allow-prereleases : true
205
207
architecture : ' x64'
206
208
- name : Install tox
207
209
run : pip install tox
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ classifiers = [
23
23
" Programming Language :: Python :: 3.10" ,
24
24
" Programming Language :: Python :: 3.11" ,
25
25
" Programming Language :: Python :: 3.12" ,
26
+ " Programming Language :: Python :: 3.13" ,
26
27
]
27
28
dependencies = [
28
29
" opentelemetry-sdk ~= 1.3" ,
You can’t perform that action at this time.
0 commit comments