Skip to content

Commit cac7ea5

Browse files
committed
Add supported platforms to README.md
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 8e46694 commit cac7ea5

File tree

7 files changed

+56
-0
lines changed

7 files changed

+56
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ It offers:
1616
common checks.
1717
* Tools to build protobuf/grpc files as Python, including type information.
1818

19+
## Supported Platforms
20+
21+
The following platforms are officially supported (test):
22+
23+
- **Python:** 3.11
24+
- **Operating System:** Ubuntu Linux 20.04
25+
- **Architectures:** amd64, arm64
26+
1927
## Quick Example
2028

2129
To start a new project, you should first [install

cookiecutter/{{cookiecutter.github_repo_name}}/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010

1111
TODO(cookiecutter): Improve the README file
1212

13+
## Supported Platforms
14+
15+
The following platforms are officially supported (test):
16+
17+
- **Python:** 3.11
18+
- **Operating System:** Ubuntu Linux 20.04
19+
- **Architectures:** amd64, arm64
20+
1321
## Contributing
1422

1523
If you want to know how to build this project and contribute to it, please

tests_golden/integration/test_cookiecutter_generation/actor/frequenz-actor-test/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ Test description
1010

1111
TODO(cookiecutter): Improve the README file
1212

13+
## Supported Platforms
14+
15+
The following platforms are officially supported (test):
16+
17+
- **Python:** 3.11
18+
- **Operating System:** Ubuntu Linux 20.04
19+
- **Architectures:** amd64, arm64
20+
1321
## Contributing
1422

1523
If you want to know how to build this project and contribute to it, please

tests_golden/integration/test_cookiecutter_generation/api/frequenz-api-test/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ Test description
1010

1111
TODO(cookiecutter): Improve the README file
1212

13+
## Supported Platforms
14+
15+
The following platforms are officially supported (test):
16+
17+
- **Python:** 3.11
18+
- **Operating System:** Ubuntu Linux 20.04
19+
- **Architectures:** amd64, arm64
20+
1321
## Contributing
1422

1523
If you want to know how to build this project and contribute to it, please

tests_golden/integration/test_cookiecutter_generation/app/frequenz-app-test/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ Test description
1010

1111
TODO(cookiecutter): Improve the README file
1212

13+
## Supported Platforms
14+
15+
The following platforms are officially supported (test):
16+
17+
- **Python:** 3.11
18+
- **Operating System:** Ubuntu Linux 20.04
19+
- **Architectures:** amd64, arm64
20+
1321
## Contributing
1422

1523
If you want to know how to build this project and contribute to it, please

tests_golden/integration/test_cookiecutter_generation/lib/frequenz-test-python/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ Test description
1010

1111
TODO(cookiecutter): Improve the README file
1212

13+
## Supported Platforms
14+
15+
The following platforms are officially supported (test):
16+
17+
- **Python:** 3.11
18+
- **Operating System:** Ubuntu Linux 20.04
19+
- **Architectures:** amd64, arm64
20+
1321
## Contributing
1422

1523
If you want to know how to build this project and contribute to it, please

tests_golden/integration/test_cookiecutter_generation/model/frequenz-model-test/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ Test description
1010

1111
TODO(cookiecutter): Improve the README file
1212

13+
## Supported Platforms
14+
15+
The following platforms are officially supported (test):
16+
17+
- **Python:** 3.11
18+
- **Operating System:** Ubuntu Linux 20.04
19+
- **Architectures:** amd64, arm64
20+
1321
## Contributing
1422

1523
If you want to know how to build this project and contribute to it, please

0 commit comments

Comments
 (0)