Skip to content

Commit 99f3c9f

Browse files
Bump pyjnius from 1.6.1 to 1.7.0 and Python requirement to 3.9 (#29)
* Bump pyjnius from 1.6.1 to 1.7.0 Bumps [pyjnius](https://github.com/kivy/pyjnius) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/kivy/pyjnius/releases) - [Changelog](https://github.com/kivy/pyjnius/blob/master/CHANGELOG.md) - [Commits](kivy/pyjnius@1.6.1...1.7.0) --- updated-dependencies: - dependency-name: pyjnius dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update pyproject.toml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ismail simsek <[email protected]>
1 parent 7a6dce8 commit 99f3c9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ authors = [
1919
]
2020
description = "Python Debezium Embedded Engine"
2121
readme = "README.md"
22-
requires-python = ">=3.8"
22+
requires-python = ">=3.9"
2323
keywords = ["Debezium", "Replication", "CDC"]
2424
license = { text = "Apache License 2.0" }
2525
classifiers = [
2626
"Development Status :: 5 - Production/Stable",
2727
"Programming Language :: Python :: 3",
2828
]
2929
dependencies = [
30-
"pyjnius==1.6.1",
30+
"pyjnius==1.7.0",
3131
]
3232
[project.optional-dependencies]
3333
iceberg = [

0 commit comments

Comments
 (0)