Skip to content

Commit

Permalink
Support python 3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sagara committed Apr 17, 2024
1 parent d93c865 commit 0a1ce20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jageocoder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
>>> jageocoder.searchNode('<Japanese-address>')
"""

__version__ = '2.1.5' # The package version
__version__ = '2.1.5.post1' # The package version
__dictionary_version__ = '20230927' # Compatible dictionary version
__author__ = 'Takeshi Sagara <[email protected]>'

Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jageocoder"
version = "2.1.5"
version = "2.1.5.post1"
description = "A Japanese-address geocoder for Python."
authors = ["Takeshi Sagara <[email protected]>"]
repository = "https://github.com/t-sagara/jageocoder/"
Expand Down Expand Up @@ -28,7 +28,7 @@ docopt = "^0.6.2"
geographiclib = "^2.0"
idna = ">=3.7"
jaconv = "^0.3.4"
marisa-trie = "^0.7.8"
marisa-trie = ">=0.7.8"
pycapnp = "*"
portabletab = ">=0.3.3"
rtree = "^1.0.0"
Expand Down

0 comments on commit 0a1ce20

Please sign in to comment.