Skip to content

Commit 0a1ce20

Browse files
committed
Support python 3.12.
1 parent d93c865 commit 0a1ce20

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

jageocoder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
>>> jageocoder.searchNode('<Japanese-address>')
2020
"""
2121

22-
__version__ = '2.1.5' # The package version
22+
__version__ = '2.1.5.post1' # The package version
2323
__dictionary_version__ = '20230927' # Compatible dictionary version
2424
__author__ = 'Takeshi Sagara <[email protected]>'
2525

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "jageocoder"
3-
version = "2.1.5"
3+
version = "2.1.5.post1"
44
description = "A Japanese-address geocoder for Python."
55
authors = ["Takeshi Sagara <[email protected]>"]
66
repository = "https://github.com/t-sagara/jageocoder/"
@@ -28,7 +28,7 @@ docopt = "^0.6.2"
2828
geographiclib = "^2.0"
2929
idna = ">=3.7"
3030
jaconv = "^0.3.4"
31-
marisa-trie = "^0.7.8"
31+
marisa-trie = ">=0.7.8"
3232
pycapnp = "*"
3333
portabletab = ">=0.3.3"
3434
rtree = "^1.0.0"

0 commit comments

Comments
 (0)