Skip to content

Commit

Permalink
fix: Add arm64 support for PY3.6 (#219)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
odidev committed Mar 19, 2021
1 parent 5c74cf4 commit c9667c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/constraints-3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
#
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
# Then this file should have foo==1.14.0
protobuf==3.12.0
google-api-core==1.22.2
protobuf==3.15.6
google-api-core==1.22.2

0 comments on commit c9667c2

Please sign in to comment.