From 0b2567d6f6d186310c054455f7fb026617c82917 Mon Sep 17 00:00:00 2001 From: Marcos Schroh <2828842+marcosschroh@users.noreply.github.com> Date: Tue, 12 Dec 2023 15:13:27 +0100 Subject: [PATCH] build(ci): python 3.12 added to ci. Readme updated with new kstreams feature (#146) Co-authored-by: marcosschroh --- .github/workflows/pr-tests.yaml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-tests.yaml b/.github/workflows/pr-tests.yaml index fe525d13..9dc90e78 100644 --- a/.github/workflows/pr-tests.yaml +++ b/.github/workflows/pr-tests.yaml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v3 with: diff --git a/README.md b/README.md index 58c3f40f..593295dd 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ if __name__ == "__main__": - [x] Custom Serialization and Deserialization - [x] Easy to integrate with any `async` framework. No tied to any library!! - [x] Yield events from streams +- [x] [Opentelemetry Instrumentation](https://github.com/kpn/opentelemetry-instrumentation-kstreams) - [ ] Store (kafka streams pattern) - [ ] Stream Join - [ ] Windowing @@ -110,3 +111,4 @@ The use of [commitizen](https://commitizen-tools.github.io/commitizen/) is recom ```bash cz commit ``` +