Skip to content

Commit 0639e8b

Browse files
committed
Update test env dependencies to be compatible with Python 3.13
1 parent 7ca97df commit 0639e8b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tox-travis.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ deps =
138138
test: mako
139139
test: numpy
140140
test: hightime
141-
test: grpcio == 1.59.0 # Compatible with grpcio-tools 1.59.0
142-
test: protobuf == 4.21.6 # Compatible with grpcio-tools 1.59.0
141+
test: grpcio == 1.67.0 # Compatible with Python 3.13; should be backwards compatible with grpcio-tools 1.59.0
142+
test: protobuf == 5.27.2 # Compatible with Python 3.13; should be backwards compatible with grpcio-tools 1.59.0
143143
build_test: pytest
144144
build_test: coverage
145145
build_test: mako

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ deps =
138138
test: mako
139139
test: numpy
140140
test: hightime
141-
test: grpcio == 1.59.0 # Compatible with grpcio-tools 1.59.0
142-
test: protobuf == 4.21.6 # Compatible with grpcio-tools 1.59.0
141+
test: grpcio == 1.67.0 # Compatible with Python 3.13; should be backwards compatible with grpcio-tools 1.59.0
142+
test: protobuf == 5.27.2 # Compatible with Python 3.13; should be backwards compatible with grpcio-tools 1.59.0
143143
build_test: pytest
144144
build_test: coverage
145145
build_test: mako

0 commit comments

Comments
 (0)