@@ -35,7 +35,8 @@ envlist =
3535 ; instrumentation-aiopg intentionally excluded from pypy3
3636
3737 ; opentelemetry-instrumentation-aws-lambda
38- py3{8,9}-test-instrumentation-aws-lambda
38+ py3{8,9,10,11}-test-instrumentation-aws-lambda
39+ pypy3-test-instrumentation-aws-lambda
3940
4041 ; opentelemetry-instrumentation-botocore
4142 py3{8,9,10,11}-test-instrumentation-botocore
@@ -92,7 +93,7 @@ envlist =
9293
9394 ; opentelemetry-instrumentation-urllib3
9495 py3{8,9,10,11}-test-instrumentation-urllib3v-{1,2}
95- ; pypy3-test-instrumentation-urllib3v-{1,2}
96+ pypy3-test-instrumentation-urllib3v-{1,2}
9697
9798 ; opentelemetry-instrumentation-requests
9899 py3{8,9,10,11}-test-instrumentation-requests
@@ -112,9 +113,11 @@ envlist =
112113
113114 ; opentelemetry-exporter-richconsole
114115 py3{8,9,10,11}-test-exporter-richconsole
116+ pypy3-test-exporter-richconsole
115117
116118 ; opentelemetry-exporter-prometheus-remote-write
117- py3{6,8,9,10}-test-exporter-prometheus-remote-write
119+ py3{6,8,9,10,11}-test-exporter-prometheus-remote-write
120+ pypy3-test-exporter-prometheus-remote-write
118121
119122 ; opentelemetry-instrumentation-mysql
120123 py3{8,9,10,11}-test-instrumentation-mysql
@@ -162,6 +165,7 @@ envlist =
162165
163166 ; opentelemetry-instrumentation-grpc
164167 py3{8,9,10,11}-test-instrumentation-grpc
168+ pypy3-test-instrumentation-grpc
165169
166170 ; opentelemetry-instrumentation-sqlalchemy
167171 py3{8,9,10,11}-test-instrumentation-sqlalchemy-{14}
@@ -177,7 +181,7 @@ envlist =
177181
178182 ; opentelemetry-instrumentation-celery
179183 py3{8,9,10,11}-test-instrumentation-celery
180- ; pypy3-test-instrumentation-celery
184+ pypy3-test-instrumentation-celery
181185
182186 ; opentelemetry-instrumentation-sklearn
183187 py3{8}-test-instrumentation-sklearn
@@ -223,8 +227,8 @@ envlist =
223227 pypy3-test-instrumentation-kafka-python
224228
225229 ; opentelemetry-instrumentation-confluent-kafka
226- ; // FIXME: Enable support for python 3.11 when https://github.com/confluentinc/ confluent-kafka-python/issues/1452 is fixed
227- py3{8,9,10} -test-instrumentation-confluent-kafka
230+ py3{8,9,10,11}-test-instrumentation- confluent-kafka
231+ pypy3 -test-instrumentation-confluent-kafka
228232
229233 ; opentelemetry-instrumentation-cassandra
230234 py3{8,9,10,11}-test-instrumentation-cassandra
0 commit comments