File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 matrix :
1414 os : [ubuntu-24.04]
1515 protoc-version : ["32.x"]
16- python-version : ["3.8 ", "3.11"]
16+ python-version : ["3.9 ", "3.11"]
1717 runs-on : ${{ matrix.os }}
1818 steps :
1919 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ You can request more information about a commercial license on our [website](htt
9494# Installation
9595
9696What is required to be able to generate source files based on .proto files:
97- 1 . Python 3.8 and up
97+ 1 . Python 3.9 and up
98982 . Pip
99993 . Protobuf v32.0
1001004 . Git
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ authors = [
44 {name = " Embedded AMS B.V." , email = " info@embeddedproto.com" },
55]
66description = " EmbeddedProto generator"
7- requires-python = " >=3.8 "
7+ requires-python = " >=3.9 "
88license = {text = " GPL-3.0-only" }
99classifiers = [ ]
1010dependencies = [
You can’t perform that action at this time.
0 commit comments