Skip to content

Commit ab50a4e

Browse files
authored
tox: stop testing on python < 3.8 (#2414)
1 parent 82b0795 commit ab50a4e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tox.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ envlist =
2727
pypy3-test-instrumentation-aiohttp-client
2828

2929
; opentelemetry-instrumentation-aiohttp-server
30-
py3{6,8,9,10,11}-test-instrumentation-aiohttp-server
30+
py3{8,9,10,11}-test-instrumentation-aiohttp-server
3131
pypy3-test-instrumentation-aiohttp-server
3232

3333
; opentelemetry-instrumentation-aiopg
@@ -44,7 +44,7 @@ envlist =
4444
; pypy3-test-instrumentation-botocore
4545

4646
; opentelemetry-instrumentation-boto3sqs
47-
py3{6,8,9,10,11}-test-instrumentation-boto3sqs
47+
py3{8,9,10,11}-test-instrumentation-boto3sqs
4848
; FIXME: see https://github.com/open-telemetry/opentelemetry-python-contrib/issues/1736
4949
; pypy3-test-instrumentation-boto3sqs
5050

@@ -144,7 +144,7 @@ envlist =
144144
pypy3-test-exporter-richconsole
145145

146146
; opentelemetry-exporter-prometheus-remote-write
147-
py3{6,8,9,10,11}-test-exporter-prometheus-remote-write
147+
py3{8,9,10,11}-test-exporter-prometheus-remote-write
148148
pypy3-test-exporter-prometheus-remote-write
149149

150150
; opentelemetry-instrumentation-mysql
@@ -160,7 +160,7 @@ envlist =
160160
; ext-psycopg2 intentionally excluded from pypy3
161161

162162
; opentelemetry-instrumentation-psycopg
163-
py3{7,8,9,10,11}-test-instrumentation-psycopg
163+
py3{8,9,10,11}-test-instrumentation-psycopg
164164
pypy3-test-instrumentation-psycopg
165165

166166
; opentelemetry-instrumentation-pymemcache
@@ -230,7 +230,7 @@ envlist =
230230
py3{8}-test-instrumentation-sklearn
231231

232232
; opentelemetry-instrumentation-system-metrics
233-
py3{6,8,9,10,11}-test-instrumentation-system-metrics
233+
py3{8,9,10,11}-test-instrumentation-system-metrics
234234
pypy3-test-instrumentation-system-metrics
235235

236236
; opentelemetry-instrumentation-threading

0 commit comments

Comments
 (0)