diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 83e34c7..bf15300 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index a69d3be..b40a101 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@
- + diff --git a/pyproject.toml b/pyproject.toml index abfed12..47979f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "jreadability" -version = "1.1.4" +version = "1.1.5" description = "Calculate readability scores for Japanese texts." readme = "README.md" authors = [{ name = "Joshua Hamilton", email = "hamiltonjoshuadavid@gmail.com" }] @@ -20,7 +20,7 @@ dependencies = [ "fugashi", "unidic-lite" ] -requires-python = ">=3.10,<3.14" +requires-python = ">=3.10" [project.optional-dependencies] dev = ["setuptools", "pytest", "pytest-cov", "ruff"]