From 0a1ce2071260d2ed13e4fc6f244dc5f80eb4054a Mon Sep 17 00:00:00 2001 From: Takeshi Sagara Date: Wed, 17 Apr 2024 08:00:16 +0000 Subject: [PATCH] Support python 3.12. --- jageocoder/__init__.py | 2 +- poetry.lock | 2 +- pyproject.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jageocoder/__init__.py b/jageocoder/__init__.py index 5bc34d7..2c38cc9 100644 --- a/jageocoder/__init__.py +++ b/jageocoder/__init__.py @@ -19,7 +19,7 @@ >>> jageocoder.searchNode('') """ -__version__ = '2.1.5' # The package version +__version__ = '2.1.5.post1' # The package version __dictionary_version__ = '20230927' # Compatible dictionary version __author__ = 'Takeshi Sagara ' diff --git a/poetry.lock b/poetry.lock index 3e41a35..f96620a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1419,4 +1419,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "01dbea0d658b310c685f5ea3cb519803524631219793e4976b51863f9ef3a2cd" +content-hash = "e650a9156cd91fce448cc5d3cedafd0f57c463991885daab52d725da8cfcc0e3" diff --git a/pyproject.toml b/pyproject.toml index 3ecc041..d69c142 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] repository = "https://github.com/t-sagara/jageocoder/" @@ -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"