Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20aa1fd commit ffe7230Copy full SHA for ffe7230
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pynumaflow"
3
-version = "0.7.0"
+version = "0.7.1"
4
description = "Provides the interfaces of writing Python User Defined Functions and Sinks for NumaFlow."
5
authors = ["NumaFlow Developers"]
6
readme = "README.md"
@@ -15,7 +15,8 @@ classifiers = [
15
"Intended Audience :: Developers",
16
"Programming Language :: Python :: 3.9",
17
"Programming Language :: Python :: 3.10",
18
- "Programming Language :: Python :: 3.11"
+ "Programming Language :: Python :: 3.11",
19
+ "Programming Language :: Python :: 3.12"
20
]
21
repository = "https://github.com/numaproj/numaflow-python"
22
0 commit comments