diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7a490ea..f1d598c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9", "3.11", "3.13"] + python-version: ["3.9", "3.11", "3.13", "3.14"] steps: - uses: actions/checkout@v6 diff --git a/pyproject.toml b/pyproject.toml index a191e05..34bfff1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "repo-to-text" -version = "1.0.0" +version = "1.0.1" authors = [ { name = "Kirill Markin", email = "markinkirill@gmail.com" }, ] @@ -51,4 +51,3 @@ disable = [ -