@@ -79,7 +79,8 @@ envlist =
79
79
; 2: django>=4.0b1,<5.0 backports.zoneinfo==0.2.1
80
80
; 3: django>=4.0b1,<5.0
81
81
py3{8,9}-test-instrumentation-django-{0,1,2}
82
- py3{10,11,12,13}-test-instrumentation-django-{1,3}
82
+ py3{10,11,12}-test-instrumentation-django-{1,3}
83
+ py313-test-instrumentation-django-3
83
84
pypy3-test-instrumentation-django-{0,1}
84
85
lint-instrumentation-django
85
86
@@ -231,7 +232,8 @@ envlist =
231
232
lint-instrumentation-pymysql
232
233
233
234
; opentelemetry-instrumentation-pyramid
234
- py3{8,9,10,11,12,13}-test-instrumentation-pyramid
235
+ ; TODO: add py313 when supported by pyramid
236
+ py3{8,9,10,11,12}-test-instrumentation-pyramid
235
237
pypy3-test-instrumentation-pyramid
236
238
lint-instrumentation-pyramid
237
239
@@ -508,7 +510,7 @@ deps =
508
510
py3{8,9}-test-instrumentation-django-1: -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-1.txt
509
511
py3{8,9}-test-instrumentation-django-2: -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-2.txt
510
512
py3{10,11,12}-test-instrumentation-django-1: -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-1.txt
511
- py3{10,11,12}-test-instrumentation-django-3: -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-3.txt
513
+ py3{10,11,12,13 }-test-instrumentation-django-3: -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-3.txt
512
514
pypy3-test-instrumentation-django-0: -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-0.txt
513
515
pypy3-test-instrumentation-django-1: -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-1.txt
514
516
lint-instrumentation-django: -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-3.txt
0 commit comments