8000 fix: Add arm64 support for PY3.6 (#219) · renovate-bot/proto-plus-python@c9667c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit c9667c2

Browse files
authored
fix: Add arm64 support for PY3.6 (googleapis#219)
Build with python3.6 using protobuf v3.12.0. Its wheel and source tar are not available for arm64 to build from source. So upgraded protobuf to recent version having source tar. Signed-off-by: odidev <odidev@puresoftware.com>
1 parent 5c74cf4 commit c9667c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/constraints-3.6.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
#
66
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
77
# Then this file should have foo==1.14.0
8-
protobuf==3.12.0
9-
google-api-core==1.22.2
8+
protobuf==3.15.6
9+
google-api-core==1.22.2

0 commit comments

Comments
 (0)
0