@@ -79,7 +79,8 @@ envlist =
7979 ; 2: django>=4.0b1,<5.0 backports.zoneinfo==0.2.1
8080 ; 3: django>=4.0b1,<5.0
8181 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
8384 pypy3-test-instrumentation-django-{0,1}
8485 lint-instrumentation-django
8586
@@ -231,7 +232,8 @@ envlist =
231232 lint-instrumentation-pymysql
232233
233234 ; 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
235237 pypy3-test-instrumentation-pyramid
236238 lint-instrumentation-pyramid
237239
@@ -508,7 +510,7 @@ deps =
508510 py3{8,9}-test-instrumentation-django-1: -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-1.txt
509511 py3{8,9}-test-instrumentation-django-2: -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-2.txt
510512 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
512514 pypy3-test-instrumentation-django-0: -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-0.txt
513515 pypy3-test-instrumentation-django-1: -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-1.txt
514516 lint-instrumentation-django: -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-3.txt
0 commit comments