Skip to content

Commit 161f166

Browse files
committed
A new version of python is required for the newer version of Protobuf.
1 parent 835efde commit 161f166

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ You can request more information about a commercial license on our [website](htt
9494
# Installation
9595

9696
What 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
9898
2. Pip
9999
3. Protobuf v32.0
100100
4. Git

generator/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = [
44
{name = "Embedded AMS B.V.", email = "[email protected]"},
55
]
66
description = "EmbeddedProto generator"
7-
requires-python = ">=3.8"
7+
requires-python = ">=3.9"
88
license = {text = "GPL-3.0-only"}
99
classifiers = [ ]
1010
dependencies = [

0 commit comments

Comments
 (0)