diff --git a/.python-version b/.python-version index 0c7d5f5..3e388a4 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.11.4 +3.13.2 diff --git a/pyproject.toml b/pyproject.toml index 41ce31f..8eac7c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ packages = [ ] [tool.poetry.dependencies] -python = ">=3.10,<3.12" +python = ">=3.13,<3.14" httpx = ">=0.20.0" semver = "3.0.2" "ruamel.yaml" = "0.18.5"