Skip to content

Commit

Permalink
Bump Hazelcast python client to support python 3.12 (#18520)
Browse files Browse the repository at this point in the history
* bump hazelcast python client

* revert hatch.toml

* add changelog
  • Loading branch information
Kyle-Neale authored Sep 6, 2024
1 parent 34e59e5 commit aea016b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion agent_requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ enum34==1.1.10; python_version < '3.0'
foundationdb==6.3.24; python_version > '3.0'
futures==3.4.0; python_version < '3.0'
gearman==2.0.2; sys_platform != 'win32' and python_version < '3.0'
hazelcast-python-client==5.3.0; python_version > '3.0'
hazelcast-python-client==5.4.0; python_version > '3.0'
importlib-metadata==2.1.3; python_version < '3.8'
in-toto==2.0.0; python_version > '3.0'
ipaddress==1.0.23; python_version < '3.0'
Expand Down
1 change: 1 addition & 0 deletions hazelcast/changelog.d/18520.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump hazalcast-python-client version for python 3.12 support
4 changes: 2 additions & 2 deletions hazelcast/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
"Intended Audience :: System Administrators",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: System :: Monitoring",
"Private :: Do Not Upload",
]
Expand All @@ -39,7 +39,7 @@ dynamic = [

[project.optional-dependencies]
deps = [
"hazelcast-python-client==5.3.0; python_version > '3.0'",
"hazelcast-python-client==5.4.0; python_version > '3.0'",
]

[project.urls]
Expand Down

0 comments on commit aea016b

Please sign in to comment.