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 7a6dce8 commit 99f3c9fCopy full SHA for 99f3c9f
pyproject.toml
@@ -19,15 +19,15 @@ authors = [
19
]
20
description = "Python Debezium Embedded Engine"
21
readme = "README.md"
22
-requires-python = ">=3.8"
+requires-python = ">=3.9"
23
keywords = ["Debezium", "Replication", "CDC"]
24
license = { text = "Apache License 2.0" }
25
classifiers = [
26
"Development Status :: 5 - Production/Stable",
27
"Programming Language :: Python :: 3",
28
29
dependencies = [
30
- "pyjnius==1.6.1",
+ "pyjnius==1.7.0",
31
32
[project.optional-dependencies]
33
iceberg = [
0 commit comments