Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit c142b59

Browse files
committed
Warning for Python version
1 parent ffbed69 commit c142b59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/getting-started.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ It is possible to install `betterproto2_compiler` using pip:
1212
pip install betterproto2_compiler
1313
```
1414

15+
!!! warning
16+
The compiler needs Python 3.10, 3.11 or 3.12. Don't worry! The generated code will be compatible with all Python versions from Python 3.8 to Python 3.13.
17+
1518
## Compile a proto file
1619

1720
Create the following `example.proto` file.

0 commit comments

Comments
 (0)