diff --git a/.github/workflows/pr-tests.yaml b/.github/workflows/pr-tests.yaml index fe525d1..9dc90e7 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 58c3f40..593295d 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 ``` +