Skip to content

Commit 515b9ba

Browse files
authored
Merge pull request #1244 from newrelic/drop-grpc-37-version
Drop grpc 3.7 testing version
2 parents 7d6da2c + cab276d commit 515b9ba

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tox.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ envlist =
4747
elasticsearchserver07-datastore_elasticsearch-{py37,py38,py39,py310,py311,py312,py313,pypy310}-elasticsearch07,
4848
elasticsearchserver08-datastore_elasticsearch-{py37,py38,py39,py310,py311,py312,py313,pypy310}-elasticsearch08,
4949
firestore-datastore_firestore-{py37,py38,py39,py310,py311,py312,py313},
50-
grpc-framework_grpc-py37-grpc0167,
5150
grpc-framework_grpc-{py38,py39,py310,py311,py312,py313}-grpclatest,
5251
kafka-messagebroker_confluentkafka-py39-confluentkafka{0108,0107,0106},
5352
kafka-messagebroker_confluentkafka-{py37,py38,py39,py310,py311,py312}-confluentkafkalatest,
@@ -346,9 +345,9 @@ deps =
346345
framework_grpc-grpclatest: protobuf
347346
framework_grpc-grpclatest: grpcio
348347
framework_grpc-grpclatest: grpcio-tools
349-
framework_grpc-grpc0167: grpcio<1.67
350-
framework_grpc-grpc0167: grpcio-tools<1.67
351-
framework_grpc-grpc0167: protobuf<5
348+
framework_grpc-grpc0162: grpcio<1.63
349+
framework_grpc-grpc0162: grpcio-tools<1.63
350+
framework_grpc-grpc0162: protobuf<4.25
352351
framework_pyramid: routes
353352
framework_pyramid-cornice: cornice!=5.0.0
354353
framework_pyramid-Pyramidlatest: Pyramid

0 commit comments

Comments
 (0)