Skip to content

Commit

Permalink
build(ci): python 3.12 added to ci. Readme updated with new kstreams …
Browse files Browse the repository at this point in the history
…feature
  • Loading branch information
marcosschroh authored and marcosschroh committed Dec 12, 2023
1 parent bb62120 commit 4f67b7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -110,3 +111,4 @@ The use of [commitizen](https://commitizen-tools.github.io/commitizen/) is recom
```bash
cz commit
```

0 comments on commit 4f67b7d

Please sign in to comment.