Skip to content

Commit af4dec5

Browse files
committed
.
1 parent 6578d32 commit af4dec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profile/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ copier copy https://github.com/python-project-templates/base.git path/to/new/pro
1717
| Type | Build | Description |
1818
|:-----|:-----|:------|
1919
| [Python](https://github.com/python-project-templates/python-template) | [![Build Status](https://github.com/python-project-templates/python-template/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template/actions/workflows/build.yml) | Pure Python |
20-
| [Python/C++](https://github.com/python-project-templates/cpp-template) | [![Build Status](https://github.com/python-project-templates/cpp-template/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/cpp-template) | Python/C++ (binding via `pybind11` and/or standalone C++) |
20+
| [Python/C++](https://github.com/python-project-templates/python-template-cpp) | [![Build Status](https://github.com/python-project-templates/python-template-cpp/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template-cpp) | Python/C++ (binding via `pybind11` and/or standalone C++) |
2121
| [Python/Rust](https://github.com/python-project-templates/python-template-rust) | [![Build Status](https://github.com/python-project-templates/python-template-rust/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template-rust/actions/workflows/build.yml) | Python with rust binding via `PyO3` |
2222
| [Python/Zig](https://github.com/python-project-templates/python-template-zig) | [![Build Status](https://github.com/python-project-templates/python-template-zig/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template-zig/actions?query=workflow%3A%22Build+Status%22) | Python with zig binding via `ziggy-pydust` |
2323
| [Python/Jupyter](https://github.com/python-project-templates/python-template-jupyter) | [![Build Status](https://github.com/python-project-templates/python-template-jupyter/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template-jupyter/actions?query=workflow%3A%22Build+Status%22) | Python with Jupyter extension (JS) |

0 commit comments

Comments
 (0)